html, body {
	height: 100%;
	background-color: #2d2d2d;
	font-family: Arial, sans-serif;
	position: relative;
}

h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-family: 'Monoton', cursive;
	color: #CFB53B;
	font-size: 8rem;
	text-align: center;
}

::selection {
    background: transparent;
    color: #CFB53B;
}
