@font-face { 
 
  font-family: Divlit; 
  src: url('fontfont/divlit001.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face { 
 
  font-family: Radio Stars; 
  src: url('fontfont/Radio Stars.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

h1 {
    font-family: 'Divlit', Verdana, sans-serif;
}

p {
    font-family: 'Radio Stars', Verdana, serif;
}
body {
  background-color: white;
  color: black;
  font-family: Verdana, 'Divlit';
}
