html { text-align: center; font-family: 'Nokia Cellphone FC'; font-size: 12px; color: white; }
@font-face { font-family:'Bit Cheese10 (sRB)'; src: url(https://2000aliens.neocities.org/site/fonts/BitCheese10sRB.TTF); }
@font-face { font-family:'Nokia Cellphone FC'; src: url(https://2000aliens.neocities.org/site/fonts/nokiafc22.ttf); }
h { font-family: 'Bit Cheese10 (sRB)'; font-size: 25px; }
body { background: linear-gradient(180deg,rgba(10, 1, 1, 1) 40%, rgba(11, 21, 219, 1) 100%); min-height:930px; } 
.systeminfo { width: 600px;  height: 200px;  border: white;  border-style: double; margin: auto; margin-top: 300px; margin-bottom: -4px; }
.buttons { border-color: white;  border-style: double;  width: 600px;  min-height: 50px; margin: auto; }

@media screen and (max-width: 630px) { body { min-height: 100vh; } .systeminfo, .buttons { width: 100%; }
 
}