#nav-bar {
  position: fixed;
  top: 0;
}

#about {
  margin-top: 60px;
}

@media (max-width: 1250px) {
  h2 {
    font-style: em;
  }
}

body {
  display: flex;
  flex-direction: column;

}