body {
	background: #63b5d7;
	margin: 5px;
	font-family: sans-serif;
}

main {
	padding: 0.5em;
}

header {
	background-color: #3c83bf;
}

header nav {
	padding-top: 1em;
}

header img {
	margin: 4px 4px 0;
    height: 80px;
}

footer {
	background-color: #3c83bf;
}

p {
	text-indent: 2em;
}

h1 {
	font-variant: petite-caps;
}

h2 {
	background: #3286cf;
	padding: 0 10px;
}

h3 {
	text-indent: 1em;
}

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

a:hover {
	color: #fff;
}

nav{
	float: right;
	list-style: none;
}

nav li {
	list-style: none;
	float: left;
	padding: 0 5px;
}

nav ul li a{
	color: #000;
}

header nav ul li a{
	padding: 5px 5px;
	font-size: 25px;
}

header nav ul li a:hover {
	background-color: #000;
}

table, td, th {
	border: 1px solid;
}

table {
	text-align: center;
	width: 100%;
	border-collapse: collapse;
}

figure {
	width: fit-content;
}

figure img {
	box-shadow: 10px 5px 10px #084795;
}

figcaption {
	opacity: .5;
}

tr th {
	border: 2px solid;
}

dl dt{
	font-weight: bold;
}