html { text-align: center; font-family: 'Nokia Cellphone FC'; font-size: 12px; color: #3a442b; }
h { font-family: 'Bit Cheese10 (sRB)'; font-size: 25px; }
@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); }
body { background: white; height: 100%; background-color: #4A4B27; }

.header { width: 100%; height: 100px; margin: auto; margin-bottom: 75px; margin-top: 40px; background: gray; }
.footer { width: 100%; height: 60px; margin: auto; margin-bottom: 15px; margin-top: 75px; background: gray; }
.row { width: 100%; height: 500px; margin: auto; background: none; }
.column { background: gray; float: left; height: 100%; }
.header, .footer, .column { border-radius: 20px; box-shadow: -8px 8px 0 black; background-color: #797A5F; }
.text { padding: 20px; }
#sidebar { width: 22.5%; margin-top: 15px; }
#center { width: 45%; margin: 5%; margin-top: -15px; margin-bottom: 0; }
@media screen and (max-width: 600px) { #sidebar, #center { width: 100%; margin: auto; } #center { margin-bottom: 15px; margin-top: 15px; } .header { margin-bottom: 35px; } .footer { float: left; margin-top: 35px; } }
@media screen and (min-width: 601px) { .row, .header, .footer { width: 825px; } }