div.content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1rem;
	height: 100%;
}
h1, h2, h3, p {
	text-align: center;
	margin-block: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #003366;
	/*background-color: #d77933;*/
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto;
	height: 100dvh;
}
