/* .ant-card-body {
  padding: 3px;
}
button.ant-btn.ant-btn-primary {
  margin-left: 18%;
  margin-top: -5%;
  position: absolute;
}
@media screen and (max-width: 992px) {
  button.ant-btn.ant-btn-primary {
    margin-left: 31%;
    margin-top: -15%;
    position: absolute;
  }
} */

.spins {
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  width: 75vw;
      height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
}