.navbar-box {
  background-color: #858585;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding: 10px 20px;

  border-radius: 15px;

}


.navbar-item {
  font-size: 25px;
  font-weight: bold;

  color: white;
  text-decoration: none;
  padding: 10px 20px;
  font-family:arial;

}

.navbar-item:hover {
  background-color: #5B5B5B;
  border-radius: 15px;
}