body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 80vh;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
}

a {
	color: black;
}

#logo {
	aspect-ratio: 4/1.2;
  	object-fit: cover;
  	width: 80%;
  	margin-bottom: 2em;
}