* {
	margin: 0;
	padding: 0;
}

body {
		text-align: center;
		margin-top: 250px;
		background: #3F4855;
		color: #5F6875;
}

h1 {
	font: 16px/100% "Arial", sans-serif;
	text-transform: uppercase;
}

h2 {
	font: bold 68px/110% "Arial", sans-serif;
	color: #8F98A5;
}

h3 {
	font: 36px/100% "Arial", sans-serif;
}