body {
	margin: 0;
	padding: 0;
}

.main {
	background: #000;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 21px;
	font-family: 'Open Sans';
}

img {
	display: block;
	margin-bottom: 25px;
	max-width: 280px;
}

img:focus, img:active {
	box-shadow: none;
	outline: 0;
}

p {
	margin: 0 0 15px;
}