body {
	max-width: 100vw; 
	min-height: 100dvh; 
	margin: 0; 
	background-color: #aad1f2; 
	display: flex; 
	flex-direction: column;
}

#spacerdiv {
	flex-grow: 1;
}

#attribution {
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
	opacity: 80%;
}

footer {
	position: relative;
}

#habitat {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.text {
	font-family: sans-serif;
	color: white;	
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}
