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: none; } 
.photobox { width: 99%;  height: 178px;  border: white;  border-style: double; display: flex; }
.information { border-color: white;  border-style: double;  height: 174px; width: 390px; overflow-y: scroll; overflow-x: hidden; }
.information .h { position: sticky; top: 0; background: #0a0101; padding-top: 10px; }
.h h { font-size: 200%; }
.photo {  border-style: solid;  border-color: white;  border-width: 1px;  height: 140px;  margin: 20px; width: 140px; background-repeat: no-repeat; background-position: center; background-size: cover; }

@media screen and (max-width: 580px) { .photo { width: 100px; height: 100px; margin:auto; } .information { width: 69%; }
 
}