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

html {
    font-family: "Anta", sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: rgb(0, 0, 0);
    height: 100%
}

@media (max-width: 480px) {
    html {
        font-size: 75%
    }
}

@media (max-height: 600px) {
    html {
        height: 120%;
    }
}