body {
  background-color: papayawhip;
}

h1 {
  color: slateblue;
  text-align: right;
  font-family: helvetica;
  font-size: 60px;
}

p {
  color: maroon;
  font-family: verdana;
  font-size: 24px;
}

.topnav {
  background-color: mediumaquamarine;
  overflow: hidden;
  float: center;
  color: white;
  font-family: Arial;
  text-align: center;
  padding: 14px 16px;
  font-size: 20px;
}

.topnav a:hover {
  background-color: hotpink;
  color: lawngreen;
}

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

ul {

}
