@font-face {
    font-family: vt323;
    src: url('../VT323-Regular.ttf');
}

* {
    -webkit-user-drag: none;
    user-select: none;
}

body {
    margin: 0;
    height: fit-content;
    overflow: hidden;
}

main {
    background: black;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (min-width: 1130px) {
    .visor {
        zoom: 150%;
        margin-top: 5% !important;
    }

    .inicio {
        zoom: 150%;
    }
}

@media (max-width: 800px) and (min-width: 601px) {
    .visor, .inicio {
        zoom: 75%;
    }
}

@media (max-width: 600px){
    .visor, .inicio {
        zoom: 53%;
    }
}