.scroll1{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height:100px;
    background-color: green;
    transform: translate(-50%,-50%);
   
}
body{
   height: 1000vh;
}