.qrcode{
	width: 100%;
	height: 100vh;
	display: block;
	text-align: center;
}
.qrcode h1{
	width: 100%;
	font-size: 5rem;
	padding-top: 10vh;
}
.qrcode img{
	width: 40%;
	padding: 5vh 5vw;
}

/* Cell phone screen */
/*----------------------------------------------------------------------------*/
@media only screen and (max-width: 1080px){
.qrcode h1{
	font-size: 6rem;
}
.qrcode img{
	width: 90%;
}
}
