h1 {color:#b0a46e;}
h1 {font-size: 60px;}
p {color: white}
body {
  background-color: #525d96;
}
h2{color: white}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #414a77;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #fff2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #525d96;
  color: #b0a46e;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #343b5f;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}