body {
  background-color: #E735FB;
}

h1 {
  font-family: Avenir;
  color: white;
  text-align: center;
  font-size: 40px;
}

p {
  font-family: Avenir;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

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

.topnav a:hover {
  background-color: #49fb35;
  color: black;
}

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