.spins {
  text-align: center;
  /* transform: translate(-50%,-50%); */
  background: rgba(255,255,255,0.04);
  width: 75vw;
      height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
}