@font-face {
   font-family: myFirstFont;
   src: url(./80s-retro-future.ttf);
}

body {
  background-color: #181c18;
  padding: 20%;
}


h2 {
   font-family: myFirstFont;
   color: #08e28b;
}
