h1, h2 {
	font-family: Impact; font-weight: 400; letter-spacing: .5px;
	color: rgb(254, 144, 0); opacity: 0; position: relative;
	animation: fade-slide 1s; animation-fill-mode: forwards; animation-delay: 1.5s;
}

h1 {
	font-size: 64pt; margin: 50px 0;
}
h2 {
	color: black;
}

#container p, #container a {
	margin: 15px 0;
}

#container {
	width: 100%; height: 300px; text-align: center;
}