html,body {
	padding: 0;
	margin: 0;
	background-color: #0A0000;
	color: white;
	font-family: "Yanone Kaffeesatz",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	text-align: center;
}

h1 {
	color: #F5C934;
	font-size: 4rem;
	font-weight: bolder;
	margin-top: 6rem;
	margin-bottom: 4rem;
}

h2 {
	margin-top: 8rem;
}

p {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 2rem;
}