:root {
	background-color: #EA3423;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
}

h1 {
	color: #000000;
	font-weight: 700;
	font-size: 10rem;
	display: flex;
	justify-content: center;
	margin-block-start: 1vh;
	margin-block-end: 25vh;
}

ol {
	color: #CECED7;
	font-weight: 600;
	font-size: 4rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
	align-items: center;
}

a:hover {
	color: #000000;
}