body{
	font-family: "montserrat", system-ui, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	background-color: hsl(80,15%,20%);
	color: white;
	margin: 0%;
}
header{
	background-color: hsla(80,0%,100%,.5);
	height: 20vh;
}
h1{
	margin-top: 0;
	margin-left: 1rem;
	margin-right: 1rem;
	padding-top: 1em;
	text-align: center;
}
main{
	margin: 1em;
}
table.ft {
	border: 1px solid #aaa;
	border-collapse: collapse;
	empty-cells: hide;
}
table.ft th,.ft td{
	border: 1px solid #999;
	padding: .4rem;
	min-width: 4rem;
}
.ft td{
	text-align: right;
}
.ft th: nth-child(1) {
	text-align: left;
}
.ft tr>td:nth-child(even){
	background-color: hsla(0,0%,100%,.2);
}
.ft tr:nth-child(1) th:nth-child(1) {text-align: center;}
footer {
	padding: 1em;
}
a:link {color: hsl(80,20%,75%);}
a:visited {color: hsl(80,0%,75%);}
a:hover {color: hsl(80,60%,75%);}
a:active {background-color: hls(80,100%,100%);}