body {
  background-color: #ffffff;
  height: 100vh;
  width: 100%;
  position: relative;
}

.box {
  background-color: #000;
  position: fixed;
  border-radius: 50%;
  z-index: -1;
}