
.topnav {
  background-color: rgb(0, 0, 0);
  overflow: hidden;
  position: sticky;
  margin-bottom: 2%;
  margin-top: 1%;
  margin-left: 5px;
  max-height: 25px;
}


.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 3px 8px 3px 8px;
  text-decoration: none;
  font-size: 12px;
}

.topnav a:hover {
  background-color: rgb(51, 77, 138);
  color: rgb(255, 255, 255);
}


.topnav a.active {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}