body {
    margin: 0;
    min-height: 100vh;
    width: 100vw;

    overflow-x: hidden;

    background-color: black;
    /* background-image: url("/img/background.gif"); */
    background-repeat: repeat;
    background-position: center center;
    background-size: 10%;
}

* {
    font-family: "retro", sans-serif;
    cursor: url(/img/cig.png), default !important;
}


@font-face {
    font-family: "retro";
    src: url("/fon/w95fa.woff");
}