.navbar-main {
  background-color: #CEFF00;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.navbar-container {
  width: 100%;
  height: auto;
  max-width: 1050px;
  display: flex;
  align-content: stretch;
  justify-content: center;
}

.navbar-item {
  color: #1C1C1C;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 0px;
  width: 100%;
  text-align: center;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-item:hover {
  background-color: #1c1c1c;
  color: white;
}