body {
	background-color: black;
	font-family: "DejaVu Serif", "Bitstream Vera Serif", "Noto Serif", Georgia, serif;
}

div {
	padding-top: 10%;
	display: grid;
	place-items: center;
}

p {
	color: white;
	font-size: 4em;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

aside {
	color: silver;
	font-style: italic;
	font-weight: 500;
	padding-left: 20%;
	text-shadow: 5px 5px 8px white;
}
