body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: beige;
	background-color: rgb(53, 81, 240);
}
.container {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 20%;
}
