body {
  background-image:url(About.png);
  background-attachment: fixed;
   background-size: 1920px 1080x;
  
}

@font-face {
  font-family: Jazzy Huitbits;
  src: url(Jazzy_HuitBits.ttf);
}

h1 {
  font-family: Jazzy Huitbits;
  color: #3754FF;
  position: relative;
  font-size: 50px;
  padding-left: 20px;
}

/* NAV BAR */
ul {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  font-family: Jazzy Huitbits;
  font-size: 50px;
}

li {
  display: inline;
  padding: 10px;
}

a:visited {
  color: #3754FF;
}

a:hover {
  color: black;
}

#navbar {
  position: fixed;
  width: 500px;
  height: 100px;
  
  
}