.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 0.7;
}
#area_ball{
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    left: 0px;
}
