@font-face {
    font-family: 'PublicPixel';
    src: url('PublicPixel.ttf') format('truetype');
}

 body 
 {
    line-height: 1.5; /* Improve readability */
    font-family: 'PublicPixel', sans-serif;
    background-image: url('BGS/Dith.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    background-attachment: fixed; 
}
button 
{
   font-family: 'PublicPixel', sans-serif;
}



/* Media for Phones */
@media (max-width: 480px) {
     body {
      display: table;
      justify-content: center;
      text-align: center;
    font-size: 30px;
    
    }
}


/* We keep no JS here gng. go to the other one.*/
