header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: .1rem;
  background-color: rgb(4, 7, 50);
  height: 7vh;
}

#mb-icon {
  background-color: white;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 0 0 2rem;
}

#mb-icon-link {
  text-decoration: none;
  color: black;
}

h1 {
  font-family: Cantarell, Helvetica, sans-serif;
  font-weight: 100;
  color: white;
  margin: 0 0 0 1rem;
  font-size: 1.8rem;
}

a {
  color: white;
  text-decoration: none;
}

.navbar-button {
  border: none;
  background-color: rgb(4, 7, 50);
  color: white;
  font-family: Cantarell, Helvetica, sans-serif;
  font-size: 1rem;
}

#login-button {
  position: absolute;
  right: 4rem;
  display: none;
}

#signup-button {
  position: absolute;
  right: 10rem;
  display: none;
}

#logout-button {
  position: absolute;
  right: 4rem;
  display: none;
}

#admin-view-button {
  position: absolute;
  right: 18rem;
  display: none;
}

#profile-button {
  position: absolute;
  right: 10.5rem;
  display: none;
}