body {
	background-color: #AA0000;
}

.main {
	 position: absolute;
     top: 50%;
     left: 50%;
     margin-right: -50%;
     transform: translate(-50%, -50%) 
}

.main h1 {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-size: 64px;
	text-align: center;
	color:white;
}