body {
  
  background-image:url('https://worth03.neocities.org/Assets/7.png');
  background-size: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;

}
  
  
.links {
  
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: center;     /* vertical centering */
  height: 100vh;           /* make container full viewport height */

  background-image:url('https://worth03.neocities.org/Assets/7.png');
  
}