body {
	background-color: black;
}

.main {
	background-color: black;
	color: white;
	font-size: 3rem;
}

u {
	text-underline-offset: 8px;
	text-decoration-thickness: 4px;
}

::selection {
	background: white;
	color: black;
}