html, body {
  height: 100%;
  width: 100%;
}
#header {
  background-color: white; 
  font-size: 30px;
  color: #000814;
}

#content {
 background: white;
}
#body {
  background-color: white;
  font-size: 25px;
  padding: 14px 16px;
}

#footer {
  background: #0035A4;
  font-size: 25px;
  color: white;
}
.topnav {
  background-color: #0035A4;
  overflow: hidden;
}
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 25px;

  
}
 .topnav a.active {
  background-color: #003566;
  color: white;
} 

.topnav a:hover {
  background-color: #FFD60A;
  color: #ffffff;
}
