@font-face {
    font-family: "Coolvetica";
    font-style: normal;
    font-weight: 400;
    
    src: local("Coolvetica"), url('COOLVETI.ttf') format('truetype'), url('COOLVETI.woff') format('woff');
    }
    
@font-face {
  font-family: "Gerhaus"; /* https://www.fontspace.com/gerhaus-font-f97267 */
  src: url('Gerhaus-PK69E.ttf');
}
    
    body {
        background-image: url('https://blinchik.nekoweb.org/img/space.gif');
        font-family: 'Coolvetica';
        max-width: 1024px;
        margin: auto;
    }
    
    .no {
        border:none; padding: 0;
    }
      
    a {
        color: yellow;
    }
    a:hover {
        color: white;
    }
    
    table.center {
        margin-left: auto; 
        margin-right: auto;
    }
    
    @keyframes walkinaway {
        from {left:0px}
        to {left:1260px}
    }
    .elwalk {
        animation-name: walkinaway;
        animation-duration: 11s;
        animation-timing-function: linear;
    }
  
    @keyframes fallingaway {
        from {top:8px}
        to {top:10020px; rotate: 450deg;}
    }
    .elfall {
        animation-name: fallingaway;
        animation-duration: 10s;
        animation-timing-function: ease-in;
        animation-fill-mode: both;
    }

    .disabled {
        pointer-events: none
    }
  