.elements {
    background-color: antiquewhite;
    top: 700px;
    border-radius: 60px;
    width: 800px;
    height: 500px;
    box-shadow: ;
}


.rectangle {
    background-color: aquamarine;
    width: 600px;
    height: 100px;
    border-radius: 50px;
    box-shadow: 5px 5px 5px;
    position: sticky;
    right: 50px;
    left: 50% ;
    top: 70%;;
}

.circle {
    background-color: chocolate;
    width: 100px;
    height:100px;
    border-radius: 200px;
    box-shadow: 5px 2px 3px;
    position: sticky;
    top: 60%;
    left: 60%;
}