@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
  box-sizing: border-box;
}

body {
  font-family: "ABeeZee", serif;
  color: #2A3A75;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* background-color: #A53FAC; */
  font-size: 16pt;
  overflow: hidden;
}

.wrap {
  perspective-origin: 50% 50%;
}

.page {
  margin: 3%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border-radius: 3px;
  text-align: center;
  font-size: 1.5rem;
  background-color: #E2E2E2;
  border-radius: 20px;
}
.page h2 {
  font-weight: bold;
  font-size: 1.7rem;
  font-weight: 900;
  font-style: italic;
  color: #8B2020;
}
.page h2 {
  font-weight: bold;
  font-size: 1.7rem;
  font-weight: 900;
  font-style: italic;
  color: #8B2020;
}

.svg {
  stroke: #000;
  position: absolute;
  bottom: -100vh;
  transform-style: preserve-3d;
}

.svg:nth-child(1) {
  left: 87%;
  animation: raise1 9s linear infinite;
  animation-delay: -1s;
  transform: scale(0.3) rotate(33deg);
  z-index: -6;
  filter: blur(-5px);
}
@keyframes raise1 {
  to {
    bottom: 150vh;
    transform: scale(0.3) rotate(93deg);
  }
}

.svg:nth-child(2) {
  left: 90%;
  animation: raise2 13s linear infinite;
  animation-delay: -4s;
  transform: scale(0.25) rotate(244deg);
  z-index: -5;
  filter: blur(-4px);
}
@keyframes raise2 {
  to {
    bottom: 150vh;
    transform: scale(0.25) rotate(88deg);
  }
}

.svg:nth-child(3) {
  left: 95%;
  animation: raise3 16s linear infinite;
  animation-delay: -3s;
  transform: scale(0.3) rotate(215deg);
  z-index: -4;
  filter: blur(-3px);
}
@keyframes raise3 {
  to {
    bottom: 150vh;
    transform: scale(0.3) rotate(299deg);
  }
}

.svg:nth-child(4) {
  left: 28%;
  animation: raise4 19s linear infinite;
  animation-delay: 0s;
  transform: scale(0.26) rotate(171deg);
  z-index: -3;
  filter: blur(-2px);
}
@keyframes raise4 {
  to {
    bottom: 150vh;
    transform: scale(0.26) rotate(241deg);
  }
}

.svg:nth-child(5) {
  left: 52%;
  animation: raise5 16s linear infinite;
  animation-delay: -3s;
  transform: scale(0.19) rotate(303deg);
  z-index: -2;
  filter: blur(-1px);
}
@keyframes raise5 {
  to {
    bottom: 150vh;
    transform: scale(0.19) rotate(266deg);
  }
}

.svg:nth-child(6) {
  left: 100%;
  animation: raise6 9s linear infinite;
  animation-delay: -3s;
  transform: scale(0.2) rotate(343deg);
  z-index: -1;
  filter: blur(0px);
}
@keyframes raise6 {
  to {
    bottom: 150vh;
    transform: scale(0.2) rotate(286deg);
  }
}

.svg:nth-child(7) {
  left: 1%;
  animation: raise7 14s linear infinite;
  animation-delay: -3s;
  transform: scale(0.15) rotate(279deg);
  z-index: 0;
  filter: blur(1px);
}
@keyframes raise7 {
  to {
    bottom: 150vh;
    transform: scale(0.15) rotate(235deg);
  }
}

.svg:nth-child(8) {
  left: 85%;
  animation: raise8 11s linear infinite;
  animation-delay: -4s;
  transform: scale(0.38) rotate(161deg);
  z-index: 1;
  filter: blur(2px);
}
@keyframes raise8 {
  to {
    bottom: 150vh;
    transform: scale(0.38) rotate(87deg);
  }
}

.svg:nth-child(9) {
  left: -7%;
  animation: raise9 21s linear infinite;
  animation-delay: 0s;
  transform: scale(0.1) rotate(109deg);
  z-index: 2;
  filter: blur(3px);
}
@keyframes raise9 {
  to {
    bottom: 150vh;
    transform: scale(0.1) rotate(91deg);
  }
}

.svg:nth-child(10) {
  left: 38%;
  animation: raise10 21s linear infinite;
  animation-delay: -2s;
  transform: scale(0.4) rotate(110deg);
  z-index: 3;
  filter: blur(4px);
}
@keyframes raise10 {
  to {
    bottom: 150vh;
    transform: scale(0.4) rotate(277deg);
  }
}/*# sourceMappingURL=style.css.map */