.flower-kiri-atas{
    background-image: url('../gmb/flower-kiri-atas.webp');
    background-size: contain;
    width: 200px;
    height: 250px;
    background-repeat: no-repeat;
    z-index: -21;
    left:0;
    position:absolute;
    top:0;
    }
    
    .flower-kanan-atas{
    background-image: url('../gmb/flower-kanan-atas.webp');
    background-size: contain;
    width: 200px;
    height: 250px;
    background-repeat: no-repeat;
    z-index: -21;
    right:0;
    position:absolute;
    top:0;
    }

    .flower-kiri-bawah{
    background-image: url('../gmb/flower-kiri-bawah.webp');
    background-size: contain;
    width: 320px;
    height: 350px;
    
    background-repeat: no-repeat;
    z-index: -21;
    left:0;
    position:absolute;
    bottom:-20px;
    }

    .flower-kanan-bawah{
    background-image: url('../gmb/flower-kanan-bawah.webp');
    background-size: contain;
    width: 200px;
    height: 280px;
    margin-bottom: -70px;
    background-repeat: no-repeat;
    z-index: -21;
    right:0;
    position:absolute;
    bottom:0;
    }


    .flower-mid-kiri{
    background-image: url('../gmb/flower-mid-kiri.webp');
    background-size: contain;
    width: 300px;
    height: 100%;
    margin-bottom: 0;
    background-repeat: no-repeat;
    z-index: -30;
    left:0;
    position: absolute;
    bottom:0;
    }

    .flower-mid-kanan{
    background-image: url('../gmb/flower-mid-kanan.webp');
    background-size: contain;
    width: 25vh;
    height: 100%;
    margin-bottom: -70px;
    background-repeat: no-repeat;
    z-index: -24;
    right:0;
    position: absolute;
    bottom:0;
    }