
.navbar {
  display: flex;
  flex-direction: row;
  max-width: 100vw;
  padding: 5px 20px;
  justify-content: space-between;
}

#nav-header {
  color: rgb(68, 84, 68);
  size: 1em !important;
  margin: 0;
}

.authlink {
  text-decoration: none;
  margin: 0 15px;
  color: rgb(68, 84, 68);
  font-weight: bold;
}

.authlink:hover {
  color: rgb(246, 242, 242);
}