body {
    height: 100dvh;
    background-color: #fcfcfc;
    background-image: url("../images/alexander-petricca-min.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    font-family: 'Quattrocento Sans', sans-serif;
    color: #484743;
}

#main-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#text-container {
    color: white;
    font-size: 20px;
    letter-spacing: 0.8em;
    text-align: center;
}

@media(min-width: 576px) {
    #text-container {
        font-size: 30px;
    }
}