html, body, main {
	margin: 0;
	padding: 0;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

main {
	background-color: #181188;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

h1 {
	font-size: 8rem;
	letter-spacing: 2rem;
}

time {
	font-family: "Courier New";
	font-size: 6rem;
	letter-spacing: 1rem;
}
