body {
	background: #010101;
}

h1 {
	color: #ee7d00;
	font: 30px 'Lato', sans-serif;
	text-transform: uppercase;
}

#container {
	width: 450px;
	height: 100vh;
	margin: auto;
	position: relative;
}

#height {
	text-align: center;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#height * {
	display: inline-block;
}