* {
	margin: 0px;
	padding: 0px;
	}
body { 
	background-color: #f7f9ff;	
}

.container { 
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	margin-top: 45px;
	text-align: center;
	border-left: dotted 1px blue;
	border-right: dotted 1px blue;
}

.footnote {
	margin-top: 15px;

}

	img {
		width: 450px;
		height:450px;
	}
	img.qrcode {
		width: 150px;
		height: 150px;
	}

a {
	text-decoration: none;
	color: blue;
}

@media only screen and (max-width: 767px) {
		img {
		width: 275px;
		height:275px;
	}
	
	img.qrcode {
		width: 150px;
		height: 150px;
	}
	
	.container {
		width: 275px;
		font-size: 19px;
		align-items: center;

	}
	
	.footnote {
		padding-top: 10px;
		width: 275px;	
	}
}