body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: navy;
}

h1 {
    position: absolute;
	color: orange;
}