* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
	background: #000;
	color: #FFF;
}

body {
	padding: 85px 85px 45px 85px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}

h1 {
	font-weight: bold;
	font-size: 10vw;
	vertical-align: middle;
	display: inline-block;
}

.line-through {
	text-decoration: line-through;
}

a {
	color: #FFF;
	text-decoration: none;
}

p {
	font-size: 24px;
}

footer {
	text-align: right;
	margin-bottom: 40px;
}

footer a {
	float: right;
	font-weight: 500;
	font-size: 20px;
	opacity: 0.57;
	padding-left: 70px;
	transition-property: opacity;
    transition-duration: 0.3s;
    padding-bottom: 20px;
}

footer a:hover {
	opacity: 1;
}