@font-face { font-family: TommySoft; src: url('TommySoft.otf'); } 

body{
    background-color: black;
    font-family: TommySoft;
}

h1{
    font-size: 75px;
    color: white;

}