main {
    background-image: url('../images/desktop/backgrounds/hands.webp'), url('../images/desktop/backgrounds/hands.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 0 10rem 10rem;
    box-shadow: 0 .15rem .5rem -.15rem rgba(0,0,0,0.5);
    z-index: 5;
}

main * {
    color:white;
    text-shadow: .05em .05em black;
}

main .title-area {
    padding:1rem 2rem;
    background:var(--primary-color);
    border-radius:1000rem;
    box-shadow: 0 .15rem 1.5rem -.2rem black;
}

.section-with-bg {
    background-image: url('../images/desktop/backgrounds/emotion.webp'), url('../images/desktop/backgrounds/emotion.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-with-bg .content {
    background:var(--background-color);
    padding:1rem;
    box-shadow: 0 .15rem 1.5rem -.2rem black;
}

/* Mobile styles */
@media (max-width: 525px) {
    .grid-layout-three {
        --grid-max-columns: 1;
    }
}