* {
  background-color: #800000;
  color: #D9D9D9;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

#nav-bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 0;
}

#nav-bar li a {
  display: block;
  color: #D9D9D9;
  padding: 14px 16px;
  text-decoration: underline;
}

#header {
  text-align: center;
}

