/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 3.5rem;
  }
#About {
  background-color: #66fcf1;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  
}