body {
    background-image: url("../../images/easter.webp"), url("../../images/easter-bunny.webp");
    background-repeat: no-repeat;
    background-size: 480px, 250px;
    background-position: left 5em bottom -12em, right 8em bottom;
    background-color: #FFF9FE;
}

#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: 850px) {
    body {
        background-image: url("../../images/easter.webp");
        background-position: left 3em bottom -12em;
    }

    #confetti {
        display: none;
    }
}