body {
	font-family: system-ui, sans-serif;
	font-size: 100%;
	line-height: 130%;
	color: cornsilk;
	background-image: url("bgimg.png");
	margin: 1;
}

header {
	padding-top: 15px;
	background-color: white;
	color: AntiqueWhite;
	height: 20vh;
}

ul {
	list-style: none;
}

figure.green-frame {
	background-color: #0008;
	padding: 1em;
}

a {
	text-decoration: none;
}
a:link {color: #ffeecc;}
a:visited {color: #fdb;}
a:hover {color: #fff;}
