body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: aliceblue;
  font-size: larger;
  z-index: 3000;
}

#logout-button, #profile-button, #user-config-button, #overview-button {
  font-size: larger;
}