/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500&family=Montserrat+Alternates:wght@100;300;400&display=swap');

body {
    width: 98vw;
    height: 98vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #222222;
    color: #666666;
}

.title {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 100;
    font-size: 5rem;
}

.dgt {
    color: #e1701a;
}

.text {
    display: block;
    font-family: 'League Spartan', sans-serif;
    font-weight: 300;
}

@media screen and (max-width: 500px) {
    .title {
        font-weight: 300;
        font-size: 3rem;
    }
}
