.particles {
  position: relative;
  grid-area: 1/1/2/2;
}

.particles-canvas {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.particles-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  will-change: transform;
}

.particles-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border-radius: 5px;
  border-radius: 10px;
  background: #c13a3a;
  color: #ffffff;
  border: 0;
  border: 0;
  margin: 0;
  padding: 1.5rem 3rem;
  padding: 1.5rem 3rem;
  will-change: transform;
}
.particles-button:focus {
  outline: none;
}

.no-js .particles-button {
  grid-area: 1/1/2/2;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@keyframes loadBlurbox {
  0% {
    transform: translate3d(0px, 0px, -50px) perspective(2500px) rotateY(25deg) scale(1) rotateX(10deg);
    opacity: 0.5;
    transition: 0.6s ease all;
  }
  50% {
    transform: translate3d(0px, 0px, -40px) perspective(2000px) rotateY(250deg) scale(1) rotateX(180deg);
    opacity: 0.5;
    transition: 0.6s ease all;
  }
  100% {
    transform: translate3d(0px, 0px, -16px) perspective(800px) rotateY(-15deg) translateY(-50px) rotateX(10deg) scale(1);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes loadTransitionHtml {
  0% {
    background-color: slategrey;
    background: radial-gradient(circle at center, red 0, blue, green 100%);
    transform: rotateZ(180);
  }
  10% {
    background-color: slategrey;
    background: radial-gradient(circle at center, red 0, blue, green 100%);
  }
  66% {
    background-color: slategrey;
    background: radial-gradient(circle at center, red 0, blue, green 100%);
  }
  100% {
    background: hotpink;
  }
}
@keyframes loadTransitionBody {
  0% {
    opacity: 0;
    background: radial-gradient(circle at center, deepskyblue 0% 1%, blue 1.3%);
  }
  10% {
    background: radial-gradient(circle at center, deepskyblue 0% 1%, blue 1.3%);
  }
  50% {
    opacity: 0;
    height: 100vh;
  }
  66% {
    opacity: 1;
    filter: blur(40px);
    height: 100%;
  }
  100% {
    background: white;
    filter: blur(0px);
  }
  0% {
    background-position: 0px 100px;
  }
  7.5% {
    background-position: 100px 0px;
  }
  15% {
    background-position: 0px -100px;
  }
  22.5% {
    background-position: -100px 0px;
  }
  30% {
    background-position: 0px 100px;
  }
  37.5% {
    background-position: 0px 0px;
  }
}
body {
  margin: 0;
}

* {
  margin: 0;
}

#Title {
  text-overflow: fade;
  word-wrap: normal;
  min-width: 70%;
  color: azure;
  padding: 1vw;
  text-align: left;
  font-size: xxx-large;
}

#Logo {
  animation: 7s cubic-bezier(0.22, 0.61, 0.35, 0.94) 0s 1 loadBlurbox;
  transform: translate3d(0px, 0px, -16px) perspective(800px) rotateY(-15deg) translateY(-50px) rotateX(10deg) scale(1);
  filter: blur(0);
  opacity: 1;
  max-width: 25vw;
  max-height: 40vh;
  border: clear;
  border-width: 2px;
  border-radius: 15%;
  margin-top: 3vw;
  margin-bottom: -3vw;
}

body {
  filter: blur();
  background: linear-gradient(royalblue -10% 50%, hotPink 50% 1000%);
}
* {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  transition: cubic-bezier(0.39, -0.11, 0.54, 1.22);
}

#container {
  background: linear-gradient(royalblue, cyan 100%);
  min-height: 100vh;
  padding: 0;
  margin: 0;
}

#titleArea {
  padding: 5vw;
  min-width: 10em;
  max-width: 100vw;
}

.spacingGroup {
  padding: 1em;
}

#stats {
  background: hotpink;
  flex-wrap: wrap;
  display: flex;
  flex-basis: content;
  transition: all 1s;
  transition-timing-function: 0, 0, 0, 1;
  padding-bottom: 3em;
  padding-top: 3em;
}
#stats p {
  word-wrap: break-word;
}
#stats p:nth-child(1) {
  background: linear-gradient(90deg, #7a4a1f, #257a1f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats p:nth-child(2) {
  background: linear-gradient(90deg, #7a5c1f, #1f757a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats p:nth-child(3) {
  background: linear-gradient(90deg, #371f7a, #7a1f23);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats p:nth-child(4) {
  background: linear-gradient(90deg, #1f3a7a, #7a1f69);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats p:nth-child(5) {
  background: linear-gradient(90deg, #417a1f, #421f7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats h2 {
  background: linear-gradient(90deg, #1f337a, #2c7a1f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats h2:nth-child(1) {
  background: linear-gradient(90deg, #1f1f7a, #1f787a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats h2:nth-child(2) {
  background: linear-gradient(90deg, #601f7a, #7a6a1f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats h2:nth-child(3) {
  background: linear-gradient(90deg, #381f7a, #1f2b7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats h2:nth-child(4) {
  background: linear-gradient(90deg, #1f7a37, #1f7a5a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats h2:nth-child(5) {
  background: linear-gradient(90deg, #7a1f4f, #1f7a2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats li {
  background: linear-gradient(90deg, dogerblue, steelblue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats li:nth-child(1) {
  background: linear-gradient(90deg, #1f727a, #7a761f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats li:nth-child(2) {
  background: linear-gradient(90deg, #1f7a65, #1f7a67);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats li:nth-child(3) {
  background: linear-gradient(90deg, #7a201f, #7a741f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats li:nth-child(4) {
  background: linear-gradient(90deg, #1f7a2d, #1f2a7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#stats li:nth-child(5) {
  background: linear-gradient(90deg, #267a1f, #7a1f5c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#stats > div {
  font-size: 7mm;
  padding: 1em;
  margin: 1.1em;
  transform: rotateX(51deg) rotateZ(85.0380238688deg);
  transform-style: preserve-3d;
  border-radius: 32px;
  box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25);
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
  background-position-x: -800px;
  background-origin: border-box;
  background-repeat: no-repeat;
  background: #f0d2a8;
}
#stats > div:hover {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div*:focus {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(1) {
  padding: 1em;
  margin: 1.1em;
  transform: rotateX(51deg) rotateZ(45.3791091264deg);
  transform-style: preserve-3d;
  border-radius: 32px;
  box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25);
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
  background-position-x: -800px;
  background-origin: border-box;
  background-repeat: no-repeat;
  background: #a8f0eb;
}
#stats > div:nth-child(1):hover {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(1)*:focus {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(2) {
  padding: 1em;
  margin: 1.1em;
  transform: rotateX(51deg) rotateZ(42.1400168148deg);
  transform-style: preserve-3d;
  border-radius: 32px;
  box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25);
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
  background-position-x: -800px;
  background-origin: border-box;
  background-repeat: no-repeat;
  background: #c3f0a8;
}
#stats > div:nth-child(2):hover {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(2)*:focus {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(3) {
  padding: 1em;
  margin: 1.1em;
  transform: rotateX(51deg) rotateZ(39.887858959deg);
  transform-style: preserve-3d;
  border-radius: 32px;
  box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25);
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
  background-position-x: -800px;
  background-origin: border-box;
  background-repeat: no-repeat;
  background: #d2f0a8;
}
#stats > div:nth-child(3):hover {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(3)*:focus {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(4) {
  padding: 1em;
  margin: 1.1em;
  transform: rotateX(51deg) rotateZ(41.9047759777deg);
  transform-style: preserve-3d;
  border-radius: 32px;
  box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25);
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
  background-position-x: -800px;
  background-origin: border-box;
  background-repeat: no-repeat;
  background: #a8d1f0;
}
#stats > div:nth-child(4):hover {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(4)*:focus {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(5) {
  padding: 1em;
  margin: 1.1em;
  transform: rotateX(51deg) rotateZ(44.5087139873deg);
  transform-style: preserve-3d;
  border-radius: 32px;
  box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25);
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
  background-position-x: -800px;
  background-origin: border-box;
  background-repeat: no-repeat;
  background: #a8f0d4;
}
#stats > div:nth-child(5):hover {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(5)*:focus {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(6) {
  padding: 1em;
  margin: 1.1em;
  transform: rotateX(51deg) rotateZ(38.9691331928deg);
  transform-style: preserve-3d;
  border-radius: 32px;
  box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25);
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
  background-position-x: -800px;
  background-origin: border-box;
  background-repeat: no-repeat;
  background: #f0afa8;
}
#stats > div:nth-child(6):hover {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(6)*:focus {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(7) {
  padding: 1em;
  margin: 1.1em;
  transform: rotateX(51deg) rotateZ(40.4441104088deg);
  transform-style: preserve-3d;
  border-radius: 32px;
  box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25);
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
  background-position-x: -800px;
  background-origin: border-box;
  background-repeat: no-repeat;
  background: #f0a8ae;
}
#stats > div:nth-child(7):hover {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}
#stats > div:nth-child(7)*:focus {
  transform: translate3d(0px, -16px, 0px) rotateX(42deg) rotateZ(0);
  box-shadow: 0px 2.5px 0px 0px #f9f9fb, -1px 0 28px 0 rgba(0, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  background-position-x: 200px;
}

#Download {
  color: grey;
}