@font-face {
  font-family: "Archivo Black";
  src: url("/assets/ArchivoBlack-Regular.ttf");
}
h1,
h2,
p,
img,
svg,
a {
  transform: rotate(var(--rotate));
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Archivo Black";
  color: white;
  background: linear-gradient(65.5deg, rgb(23, 205, 205) -15.1%, rgb(23, 25, 95) 71.5%);
  background-size: cover;
  background-repeat: no-repeat;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.header-content h2 {
  margin: 0;
}
.header-content a {
  color: unset;
  text-decoration: none;
}

.morbat {
  position: absolute;
  transform: rotate(25deg) rotate(--rotate);
  top: 65px;
  right: 15px;
  z-index: -1;
  opacity: 0.5;
}

main {
  padding: 0 20px 20px 20px;
}

.full {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 75px);
}
.full .title,
.full .about {
  padding: 0 20px;
}
.full footer {
  margin: 0;
}

.title {
  margin-top: 0;
  font-size: 3.2em;
  line-height: 56px;
}

.about {
  margin-bottom: 30px;
}
.about a {
  color: rgb(168, 174, 255);
}

.morb-morb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-style: italic;
}
.morb-morb p {
  margin: 0;
}

.stats {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.stats .stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.stats .stat h1 {
  font-size: 3.5em;
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 5px;
}
.stats .stat p {
  margin: 0;
  font-size: 1.4em;
  line-height: 20px;
}

.haters {
  margin-top: 40px;
  background: url("/assets/half-morb.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  left: 0;
}
.haters * {
  margin: 0;
  text-shadow: 2px 2px 4px #000000;
}
.haters h1 {
  font-size: 6em;
  line-height: 72px;
}
.haters p {
  font-size: 2em;
}

footer {
  margin-top: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 20px;
  background: linear-gradient(89.7deg, rgb(0, 32, 95) 2.8%, rgb(132, 53, 142) 97.8%);
}
footer a {
  font-size: 0.8em;
  color: unset;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

@media (min-width: 525px) {
  .morbat {
    top: 120px;
    right: 50px;
  }
  main {
    min-height: calc(100vh - 75px - 57px - 20px);
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
  main .title {
    margin: 0 0 0 55px;
    font-size: 60px;
    line-height: 65px;
  }
  .full .title,
  .full .about {
    padding: 0 75px;
  }
  .full .about {
    max-width: 576px;
  }
  .full .title {
    font-size: 60px;
    line-height: 65px;
  }
  header {
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
  }
  header .header-content {
    width: 450px;
  }
  .morb-morb {
    justify-content: center;
    gap: 20px;
  }
  .morb-morb p {
    width: 248px;
  }
  .stats {
    margin: 0;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
  }
  .stats .stat {
    flex-direction: column;
    gap: 20px;
  }
  .stats .stat .text {
    max-width: 200px;
  }
  .haters-parent {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .haters-parent .haters {
    margin: 0;
    position: static;
    width: 400px;
    border-radius: 10px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
  }
  footer {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */