/* wcpgw style */

body {
    background-color: oldlace;
    font-family: sans-serif;
    margin: 0;
}

.header {
    text-align: center;
    padding: 20px;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: papayawhip
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: mediumblue;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: peachpuff;
  color: black;
}
