.body {
    background-color: black;
}

.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.7;
  }