.qrcode-section{
	height: 100vh;
	display: block;
	text-align: center;
	padding-top: 10vh;
}
.qrcode-section h1{
	width: 100%;
	font-size: 5rem;
}
.qrcode{
	width: 100%;
	height: 50vh;
	margin-top: 4vh;
	background-image: url("../images/qrcode.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: contain;
}
.footer{
	bottom: 0vh !important;
}

/*----------------------------------------------------------------------------*/
/* Cell phone screen */
/*----------------------------------------------------------------------------*/
@media only screen and (max-width: 1080px) {
.qrcode-section{
	padding-top: 14vh;
}
.qrcode-section h1{
	width: 100%;
	font-size: 5rem;
}
.qrcode{
	width: 100%;
	height: 85vw;
	margin-top: 4vh;
}
}
