body {
  margin: 0;
  font-size: 20px;
  font-family: teachers-semibold;
  color: navy;
}
header {
  padding: 16px 16px;
  text-align: center;
  color: navy;
  background-color: #F6BE00;}
  
h2{text-align: center;
size: 28px;
font-weight: bold; 
}
h3 {color:white;}
p {font-weight: semi-bold;
}

main {
  background-color: #F6BE00;
	padding: 20px 20px 60px 20px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
  font-weight: bold;
  background-color: darkgreen; 
  margin: 0;
}
nav a {
  margin: 0px 10px;
  text-decoration: none;
  font-size: 20px;
  color: white;
}

nav a:hover {
 color:#FFF67A; 
}

figure {
  float: left;
  text-align: center;
}

figcaption {
  font-size: 18px;
  font-weight: bold; 
}

figure img {
  padding: 5px;
  height: 100px;
}

article {
  background-color: #046307;
  padding: 20px 10px;
  font-size: 22px;
  text-align: center;
}

details {
  font-size: 20px;
  padding: 10px;
}

summary {
 	font-weight: bold; 
 color: white; 
}

summary:hover {
 color: #141273; 
}

footer {
  background-color: #046307;
  padding: 10px;
  padding-bottom: 65px;
  color: white;
  font-size: 20px;
  font-weight: bold
  
}

footer a {
 color: white; 
}

ul {
 list-style-type: none; 
 line-height: 150%;
}
