/* file: styles.css */
#header {
  display: flex;
  flex-direction: row;
}

ul {
  list-style-type: none;
}

#nav-bar {
  position: fixed;
  top: 0px;
  width: 100%;
}
@media (max-width: 600px) {
  body {
    background-color: lightgray;
  
}
}
