@font-face {
    font-family: myFirstFont;
    src: url(Schmidtt.otf);
}
  
h2 {
    font-family: myFirstFont;
    color: white;
}
