.animation-left-block{
    position: absolute;
    top: 210px;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgb(211, 211, 211);
    border: 1px solid rgb(184, 184, 184);
}


.animation-right-block{
    position: absolute;
    top: 210px;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgb(211, 211, 211);
    border: 1px solid rgb(184, 184, 184);
}