body{
  height: 400vh; /* pour pouvoir scroller */
}

div{
 width:50px;
 height:50px;
 line-height: 50px;
 text-align: center;
 font-size: 40px;
 border:2px solid #000;
 border-radius: 50px;
 position: fixed;
 top:20px;
 left:20px;
}