html { text-align: center; font-family: 'Nokia Cellphone FC'; font-size: 12px; color: white; }
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: linear-gradient(180deg,rgba(10, 1, 1, 1) 40%, rgba(11, 21, 219, 1) 100%); min-height:850px; } 
 .mainbody {  margin: auto; margin-top: 80px; display: flex; width: 600px; }
 .center { display: block; width: 70%; }
 .firstsection, .secondsection { display:flex; padding: 10px; border-style: double; border-color: blue; background-color: #1d1da66b;}
 .firstsection {border-bottom: 0;}
 .sidebar { border-style: double; background-color: #1d1da66b; border-color: blue; border-right: 0; width:30%; }
 .bottomwrap { width: 400px; margin: auto; }
 .computerimage {  }
 .socialtag { border-style: double; background-color: #1d1da66b; border-color: blue; margin-top: 60px; width: 100%; }
 .mouseimage { position: absolute; margin-top: -112px; margin-left: 25px; }
 
 @media screen and (max-width: 525px) { .mainbody { width: 100%; } .bottomwrap { width: 100%; } }