 html, body {
     margin:0;
     padding-top:25px;
     padding:0;
    
     font-family: pixel, Smooch Sans, ms pgothic, vardana;
     text-shadow: 0 0 0px, 0 0 3px grey;
     font-size:1em;
     
     background:black;
     background-repeat:repeat;
     background-attachment: fixed;
     color:white;
     animation: color-change 16s infinite;
     padding:1px;
     
     overflow-y:scroll;
 
}

