body, html {
	height: 100%;
}

body {
	background: #000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #a1a1a1;
	padding: 10px;
	text-align: center;
}

h1 {
	display: block;
	width: 500px;
	height: 200px;
	text-indent: -5000px;
	margin: 0;
	background: url(suffer.svg) no-repeat center;
	background-size: contain;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

a {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #ec1c24;
}