html {
	background-color: #010101;
}
body {
	letter-spacing: -0.04em;
	font: menu;
}
h1,
h2,
h3,
code,
span,
a,
p {
	text-align: center;
}
a {
	display: block;
}
h1 {
	color: ghostwhite;
	font-size: 2.20em;
	font-weight: bold;
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
	margin-bottom: 0;
}
h2 {
	color: #FFC300;
	margin-bottom: 12px;
}
h3 {
	color: grey;
	font-size: 1.87em;
	margin-bottom: 10px;
}
span {
	font-size: 69px;
	display: block;
}
em {
	font-size: 20px;
}
code {
	display: block;
}
blockquote {
	color: whitesmoke;
	font-style: italic;
	font-size: 20px;
	letter-spacing: 0;
	margin-left: 0;
}
a {
	color: #44D577;
	font-size: 1.5em;
}
img {
	margin: 2% auto 0;
	display: block;
}
hr {
	border: 1px solid #363636;
	width: 24%;
}
p {
	color: whitesmoke;
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: 0;
}
p a {
	font-size: 16px;
	color: #ff5073;
}
div {
	
}
.nice {
	margin-top: 4%;
}