html {
	height: 100%;
}

body {
	background-image: url("./background-mars.webp");
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

main {
	background-color: white;
	padding: 20px;
	width: auto;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 1rem;
}

#logos {
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 5rem;
}

#logos img {
	height: 100%;
}
