body {
    background-image: url("../../images/june.webp"), url("../../images/baloon.webp");
    background-size: 600px, 400px;
    background-repeat: no-repeat;
    background-position: left -13em top -15em, right 8em bottom 10em;
    background-color: #FDFBF1;
}

#particles {
    display: none;
}

#confetti {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: unset !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

@media screen and (max-width: 768px){
    body {
        background-image: url("../../images/june-mob.webp");
        background-position: left -15em bottom -15em;
    }

    #confetti {
        display: none;
    }
}