html,
body {
	height: 100%;
}

h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 500px;
}

body {
	margin: 0;
	background: linear-gradient(45deg, #691924, #414141);
	font-family: sans-serif;
	font-weight: 100;
}