.spinner {
  display: none;
  align-items: center;
  justify-content: center;
  color: #2d0675;
}

.spinner span {
  width: 30px;
  height: 30px;
}

