@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

html::-webkit-scrollbar{
    overflow: hidden;
}

html{
    font-family: 'Roboto', sans-serif;
}

html{
    padding: 0;
    margin: 0;
    background-color: #222;
}

@media only screen and (min-width: 600px) {

    #img-404{
        scale: 1;
        margin-top: 12vh;
        filter: blur(0.6px);
    }

    #nf-txt{
        color: white;
        margin-top: 10vh;
        font-size: 100px;
        filter: blur(0.8px);
    }

}

@media only screen and (max-width: 600px) {

    #img-404{
        scale: 1;
        margin-top: 80vh;
        filter: blur(0.6px);
    }

    #nf-txt{
        color: white;
        margin-top: 10vh;
        font-size: 100px;
        width: 200vw;
        margin-left: 15vw;
        filter: blur(0.8px);
    }
}