@import 'https://fonts.googleapis.com/css?family=Roboto:300,700';
body
{
	font-family: Roboto;
	background-color: #E6E6E6;
	font-size: 1.5em;
}
a {
	font-weight: 700;
	color: #F00;
}
a:visited { 
	color: #808080; 
	}
div.content
{
	margin-top: 50px;
	width: 100%
}
div.text {
	width: 60%;
	margin: auto;
}
img {
	margin: auto;
	display: block;
}
img.storebadge {
	width: 187px;
	height: 55px;
}
.logo {
	border-radius: 25px;
	width: 256px;
	height: 256px;
	margin-bottom: 30px;
}
.footer {
	padding-top: 40px;
	width: 60%;
	margin: auto;
	text-align: center;
	font-size: 50%;
}
@media screen and (max-width:768px) {
	div.text {
		width: 100%;
	}
}
@media print {
	img.logo, img.storebadge {
		display: none;
	}
	div.text {
		width: 100%;
	}
}