* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, html {
  direction: rtl;
}

svg {
  height: 2rem;
  width: 2rem;
  fill: currentColor;
}

.spinner {
  text-align: center;
  margin: 5rem auto;
}

.spinner svg {
  height: 6rem;
  width: 6rem;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  display: flex;
}

#main {
  width: 39rem;
  border-radius: 1rem;
  margin-top: 3rem;
  padding: 2rem;
  box-shadow: 0 0 2rem 1rem #0000000d;
}

.img {
  width: 100%;
  padding: 1rem 3rem;
}

@media screen and (max-width: 420px) {
  #main {
    width: 23rem;
  }

  .border {
    font-size: 16px;
  }

  svg {
    height: 1.68rem;
    width: 1.63rem;
    fill: currentColor;
  }
}

/*# sourceMappingURL=index.3a01df49.css.map */
