@charset "UTF-8";
/* CSS Document */

.topnav {
  max-width: none;
  background-color: #333;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  align-content: center;

}

/* Style the links inside the navigation bar */
.topnav a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  align-content: center;
  text-decoration: none;
  margin: 15px;
  padding: 5px;
  padding-right: 2em;
  margin-right: 3em;
  font-size: 18px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
  text-align: center;
  align-content: center;
}


/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
  text-align: center;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

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