
 
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

font-face {
    font-family: 'generic_mobile_system_nuevoRg';
    src: url('genericmobilesystemnuevo-webfont.woff2') format('woff2'),
         url('genericmobilesystemnuevo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
  display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
  background-color:#211924;
  background-attachment:fixed;
  background-size: contain;
  background-image:url('https://worth03.neocities.org/Assets/Untitled-2.png');
  font-family: 'generic_mobile_system_nuevoRg'; 
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
    margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'generic_mobile_system_nuevoRg';
}


  
.mainguy {
width:400px;
  height:400px;
  background-image:url('https://worth03.neocities.org/Assets/eye.png');
  background-size:cover;
  border: 5px double white;
  text-align: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
    font-family: 'generic_mobile_system_nuevoRg';

 
 

}



 @media only screen and (max-width: 630px) {
   .sidebar {
     position:relative;
     max-width:100%;
     width:100%;
     height:150px;
     display:flex;
     flex-direction:row;
     flex-wrap:wrap;
     overflow:hidden;
     font-family: 'generic_mobile_system_nuevoRg'  ;
   }
   .flex {
     flex-wrap:wrap;
     flex-direction:row;
   }
   .right {
     order:1;
     width:100%;border: 5px double white
   }
   .left {
     order:2;
   }
   section {
     display:flex;
     flex-wrap:wrap;
     width:120px;
   }
}