#boxMain{
     position:-webkit-sticky;
     position:sticky;
     top:0px;
    left:0px;
    z-index: 100;
    border: 4px solid;
    height: 40px;
    width: 110px;
    padding: 5px;
    background: linear-gradient(to right, rgb(7, 225, 83), rgb(0, 255, 208));

    animation: 0.5s linear 0s 1 running myFrameDash;
 animation-fill-mode: forwards;
 
}

#box1{
    position:-webkit-sticky;
     position:sticky;
     top:0px;
    left:0px;
    z-index: 100;
    border: 5px solid;
    height: 40px;
    width: 126px;
    padding: 5px;
    background: linear-gradient(to right, rgb(7, 225, 83), rgb(0, 255, 208));

    animation: 0.5s linear 0s 1 running myFrameDash;
 animation-fill-mode: forwards;

}
