@font-face {
  font-family: "Boska Black";
  src: url("Boska-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Chillax Extralight";
  src: url("Chillax-Extralight.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Editors Note Hairline";
  src: url("Editors Note Hairline.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Editors Note Italic";
  src: url("Editors Note Italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "General Sans Bold";
  src: url("GeneralSans-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #8a2121, #240909);
  height: 100dvh;
  overflow: hidden;
  position: relative;
}

::-moz-selection {
  background: #ee8585;
  color: #fff6e2;
}

::selection {
  background: #ee8585;
  color: #fff6e2;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 1.875rem;
}
.nav img {
  width: auto;
  height: 1.5625rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav h1 {
  margin: 0;
  color: #ee8585;
  font-family: "Chillax Extralight", sans-serif;
  font-size: 6.25rem;
  line-height: 0.8;
  letter-spacing: -0.3rem;
}
.nav h1 span {
  color: #d91424;
  margin: 0;
  line-height: 0.8;
}

.title {
  display: flex;
  flex-direction: column;
  position: absolute;
  margin: 1.875rem;
  left: 0%;
  bottom: -5%;
  transform: translateX(17%) translateY(-50%) rotate(-90deg);
  transform-origin: left bottom;
  width: auto;
}
.title h2 {
  font-size: 3.125rem;
  line-height: 0.8;
  width: 500px;
  margin: 0;
  color: #fff6e2;
  font-family: "Editors Note Hairline", sans-serif;
}
.title h2 span {
  font-family: "Editors Note Italic", sans-serif;
}
.title h3 {
  font-size: 1.5rem;
  font-family: "General Sans Bold", sans-serif;
  color: #ee8585;
  text-transform: lowercase;
  margin: 0;
  margin-top: 0.7rem;
}

.year {
  display: flex;
  flex-direction: column;
  position: fixed;
  justify-content: space-between;
  right: 0%;
  bottom: 0%;
  transform: translateX(4%) rotate(-90deg);
  transform-origin: right bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.year h4 {
  margin: 0;
  padding: 0;
  font-size: 18.75rem;
  color: rgba(238, 133, 133, 0.3);
  font-family: "Boska Black", serif;
  line-height: 0.8;
}

@media screen and (min-width: 375px) {
  .title {
    left: 0%;
    bottom: 0%;
    transform: translateX(16%) rotate(-90deg);
  }
  .year {
    right: 0%;
    bottom: 65%;
    transform: translateX(3%) rotate(-90deg);
  }
}
@media screen and (min-width: 390px) {
  .title {
    left: 0%;
    bottom: 0%;
    transform: translateX(17%) rotate(-90deg);
  }
  .year {
    right: 0%;
    bottom: 67%;
    transform: translateX(3%) rotate(-90deg);
  }
}
@media screen and (min-width: 400px) {
  .year {
    position: fixed;
    right: 0%;
    bottom: 67%;
    transform: translateX(3%) rotate(-90deg);
  }
}
@media screen and (min-width: 768px) {
  .nav {
    margin: 2.5rem;
  }
  .nav img {
    height: 2.6rem;
  }
  .nav h1 {
    font-size: 10rem;
    letter-spacing: -0.4rem;
  }
  .title {
    margin: 0 2.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 15%;
    transform: rotate(0deg);
  }
  .title h2 {
    font-size: 4rem;
    width: auto;
  }
  .title h3 {
    font-size: 2rem;
  }
  .year {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: center;
    transform: translateX(3%) rotate(0deg);
    right: 0%;
    bottom: -5%;
  }
  .year h4 {
    font-size: 27rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav {
    margin: 3.125rem;
  }
  .nav img {
    height: 2.9rem;
  }
  .nav h1 {
    font-size: 9rem;
    letter-spacing: -0.5rem;
    line-height: 0.8;
  }
  .nav h1 span {
    line-height: 0.8;
  }
  .title {
    margin: 0 3.125rem;
    top: 10%;
  }
  .title h2 {
    font-size: 4.5rem;
  }
  .title h3 {
    font-size: 2.2rem;
  }
  .year {
    right: -0.5%;
    bottom: -4%;
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: flex-start;
    transform: translateX(2.25%) rotate(0deg);
    align-items: end;
  }
  .year h4 {
    font-size: 25rem;
  }
}
@media screen and (min-width: 1440px) {
  .nav {
    margin: 3.125rem;
  }
  .nav img {
    height: 3.125rem;
  }
  .nav h1 {
    font-size: 10rem;
    letter-spacing: -0.5rem;
    line-height: 0.8;
  }
  .nav h1 span {
    line-height: 0.8;
  }
  .title {
    margin: 0 3.125rem;
    top: 15%;
  }
  .title h2 {
    font-size: 6rem;
  }
  .title h3 {
    font-size: 2.5rem;
    margin-top: 1.5rem;
  }
  .year {
    right: -0.7%;
    bottom: -3%;
    display: flex;
    flex-direction: column;
    position: fixed;
    transform: translateX(1.8%) rotate(0deg);
    align-items: end;
  }
  .year h4 {
    font-size: 31.25rem;
  }
}
@media screen and (min-width: 2560px) {
  .nav {
    margin: 6.25rem;
  }
  .nav img {
    height: 6.25rem;
  }
  .nav h1 {
    font-size: 20rem;
    letter-spacing: -0.5rem;
    line-height: 0.8;
  }
  .nav h1 span {
    line-height: 0.8;
  }
  .title {
    margin: 0 6.25rem;
    top: 15%;
  }
  .title h2 {
    font-size: 12rem;
  }
  .title h3 {
    font-size: 5rem;
    margin-top: 1.5rem;
  }
  .year {
    right: -0.7%;
    bottom: -3%;
    display: flex;
    flex-direction: column;
    position: fixed;
    transform: translateX(1.8%) rotate(0deg);
    align-items: end;
  }
  .year h4 {
    font-size: 62.5rem;
  }
}
@media screen and (min-width: 3840px) {
  .nav {
    margin: 6.5rem;
  }
  .nav img {
    height: 7rem;
  }
  .nav h1 {
    font-size: 25rem;
    letter-spacing: -0.5rem;
    line-height: 0.8;
  }
  .nav h1 span {
    line-height: 0.8;
  }
  .title {
    margin: 0 6.5rem;
    top: 10%;
  }
  .title h2 {
    font-size: 14rem;
  }
  .title h3 {
    font-size: 7rem;
    margin-top: 1.5rem;
  }
  .year {
    right: -0.7%;
    bottom: -3%;
    display: flex;
    flex-direction: column;
    position: fixed;
    transform: translateX(1.8%) rotate(0deg);
    align-items: end;
  }
  .year h4 {
    font-size: 70rem;
  }
}/*# sourceMappingURL=main.css.map */