html,
body,
main {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.frame {}

.navigation-bar ul {
  display: flex;
  list-style-type: none;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Public Sans", sans-serif;
}

a.active {
  font-weight: bold;
}

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