.spin{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 88vh; */
    min-height: 68vh;
  }
  
  .spinner {
    /* width: 56px;
    height: 56px; */
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%,#474bff);
    animation: spinner-zp9dbg 1s infinite linear;
    align-self: center;
  }