nav {
  overflow: scroll;
  text-align: center;
  min-width: 190px;
  padding: 10px;
  background: #400080;
}
nav .CategoryName {
  color: white;
  font-weight: bold;
}
nav img {
  width: 170px;
}

.navbarButton {
  display: block;
  text-align: center;
  height: 24px;
  border: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbarButton:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.navbarButton.active {
  background-color: black;
}

@media (max-width: 800px) {
  nav {
    width: 100%;
  }
}

/*# sourceMappingURL=navbar.css.map */
