body {
    background-color: #1c2327;
    text-align: center;
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
    color: white;
}

.logo {
    margin: 10vh 0;
}

img {
    max-height: 50vh;
    max-width: 75%;
}

.text {
    font-style: Medium;
    font-weight: 600;
    font-size: 25px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: 200;
}

@media screen and (max-width: 800px) {
    .text {
        padding: 1em;
        font-size: 50px;
    }
}

@media screen and (max-width: 400px) {
    .text {
        padding: 0;
        font-size: 25px;
    }
}