*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #212121;
	color: #f5f5f5;
	font-family: "Helvetica Neue", Arial, sans-serif;
	line-height: 1;
}

.wrap {
	position: relative;
	min-height: 100vh;
	width: 605px;
	max-width: 90%;
	margin: 0 auto;
	padding: 100px 0 3.57143rem;
	text-align: center;
}

.wrap h1 {
	margin: 0 0 90px;
	font-size: 30px;
	font-weight: 700;
	color: #f5f5f5;
}

.wrap .message {
	margin: 0 0 80px;
	font-size: 24px;
	line-height: 45px;
	color: #f5f5f5;
}

.wrap .message p {
	margin: 0 0 1em;
}

.wrap .message img {
	max-width: 100%;
	height: auto;
}

.copyright {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0.89286rem 0;
	font-size: 0.85714rem;
	line-height: 1.78571rem;
	text-align: center;
}

.copyright a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 550px) {
	.wrap {
		margin: 50px auto 0;
		padding-top: 0;
	}

	.wrap h1 {
		margin: 0 0 50px;
	}

	.wrap .message {
		font-size: 18px;
	}
}
