body{
    background-color: #1D1E22;
    cursor: crosshair;
    height: 150vh;
  }
  .rounded{
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .pointed{
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 50%;
    margin-bottom: 20rem;
  }
  #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .spinning{
    padding: 30px;
  }