html, body {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}
.wrapper {
	height: 100%;
	min-height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.wrapper div {
	padding: 10vw;
	color: #a10609;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 2.5em;
}
img {
	width: 100%;
	max-width: 300px;
	padding: 20px 0;
	height: auto;
}