@font-face {
  font-family: 'thefont'; /* Give your font a name */
  src: url('https://pb.eeffoc.cc/fonts/Source_Serif_4/SourceSerif4-VariableFont_opsz,wght.ttf') format('truetype'); /* Link to the file */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'thefontoblique'; /* Give your font a name */
  src: url('https://pb.eeffoc.cc/fonts/Source_Serif_4/SourceSerif4-Italic-VariableFont_opsz,wght.ttf') format('truetype'); /* Link to the file */
  font-weight: normal;
  font-style: normal;
}

*{
 font-size: 150%;
 text-align: left;
 background-color: #bababa;
 text-shadow: 4px 4px 4px grey;
 font-family: thefont;
}

h{
 font-size: 150%;
 text-align: left;
 color: white;
 text-shadow: 4px 4px 4px grey;
 font-family: thefontoblique;
}

a{
   text-decoration: none; 
   color: #7cffae;
}

p{
    color: white;
}

.lp{
    font-family: arial;
    color: #00ff00;
    background-color: #000000;
    text-shadow: none;
    font-size: 100%;
}

.lpa{
    font-family: arial;
    color: #ffff00;
    background-color: #000000;
    text-shadow: none;
    text-decoration: underline;
    font-size: 100%;
}