body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	background-color: mintcream;
	color: #000;
}
.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.centered p {
	text-align: center;
}
h1 {
	margin-bottom: 0;
	font-size: 5rem;
	background: linear-gradient(rgb(0, 0, 0) 74%, rgb(0, 16, 238) 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
