/* general */
#backgroundshapes {
    z-index: -10;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 0px;
}

.bgshape {
    position: absolute;
}


/* active background objects */
#animatedbgshape1 {
    top: 85vw; 
    right: -8vw;
} 

#animatedbgshape2 {
    top: 45vw;
    left: -10vw;
}

#animatedbgshape3 {
    top: -18vw;
    right: -6vw;
}
