:root {
    --zmain-background-color: red;
    --zmain-color: white;

    --zfirst-cover-color: blue;
    
    --zexcerpt-background-color: yellow;    
    --zexcerpt-color: #20ba35;
    --zexcerpt-quote-color: rgb(226, 29, 210);
}

main {
    /* This will make it stack on top of the ::before */
    position: relative;
    background-image: url('./../../galia-site-assets/hand_08.png');
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 110svh;
    background-size:50%;      
}

@media screen and (max-width: 640px){
    main {
        background-position-y: 130svh;
        background-size:100%;      
    }

}   