.navbar {
  display: flex;
  border-radius: 20px;
  background-color: rgba(20, 20, 20, 0.6);
  justify-content: space-between;
  align-items: center;
  padding-left: 14px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar_middle {
  list-style: none;
  width: 40%;
  justify-content: space-between;
  display: flex;
}

.navbar_middle a {
  color: #e5e5e5;
  padding: 5px 5px;
  text-decoration: none;
  text-align: center;
}

.navbar-button a {
  color: #121212;
  padding: 5px 5px;
  text-decoration: none;
  text-align: center;
}

.navbar-button {
  width: 90px;
  height: 30px;
  border-radius: 20px;
  border: none;
}
