.header { font-size: 60px; 
text-align: center;
color: #66193f;}
.body {background-color: #ecdfc6;}

.topnav {
  background-color: #ecdfc6;
  overflow: hidden; }
  .topnav a {
  float: left;
  color: #66193f;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #c26987;
  color: rgb(255, 255, 255);
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #66193f;
  color: white;
}