@import "/html/css/general.css";

#root {
    background: linear-gradient(#283750, #151b28) no-repeat no-repeat center center;
    background-size: cover;
    color: white;
}

#root h1 {
    font-size: 12rem;
}

@media (max-width: 1400px) {
    #root h1 {
        font-size: 9rem;
    }
}

@media (max-width: 1000px) {
    #root h1 {
        font-size: 7rem;
    }
}

@media (max-width: 770px) {
    #root h1 {
        font-size: 5rem;
    }
}

@media (max-width: 520px) {
    #root h1 {
        font-size: 4rem;
    }
}