html {
	background-color: black;
	color: #de6900;
	text-align: center;

    font-family: 'Big Shoulders Display', cursive;

	height: 100%;
}

body {
	width: 748px;
	height: 100%;

    justify-content: center;
	align-items: center;
	margin: auto;
}