login

.menu-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #ccf;
  margin: -8px;
  padding: 10px 0;
}

.menu-bar a {
  margin: 0 10px;
  color: black;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.menu-bar a:hover {
  text-decoration: underline;
}