:root {
  --black: black;
  --blue: var(--black);
}

.body {
  background-color: var(--black);
  color: #fff;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
}

.body.blue {
  background-color: #021ef5;
}

.wrapper {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.snow-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.content {
  z-index: 50;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gift Of Christmas, sans-serif;
  font-size: 75px;
  line-height: 90px;
}

.div {
  max-width: 500px;
}

.div._50 {
  margin-bottom: 50px;
}

.div._20 {
  margin-bottom: 20px;
}

.paragraph {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: Gift Of Christmas, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.span-block {
  display: block;
}

.span-capital {
  font-size: 40px;
}

.signature {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Gift Of Christmas, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.span-small-title {
  font-size: 50px;
  line-height: 50px;
  display: block;
}

.page-intro {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.skullload {
  background-image: url('../images/SKULL.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.html-embed {
  color: #fff;
  width: 100px;
  height: 100px;
}

.text-span {
  font-family: Merriweather, serif;
}

.bodyyellow {
  color: #000;
  background-color: #fadd03;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
}

.nookie {
  background-image: url('../images/NOOKIE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 20px solid #000;
  border-radius: 200px;
  width: 200px;
  height: 250px;
}

.nookie-smll {
  background-image: url('../images/NOOKIE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #000;
  border-radius: 200px;
  width: 100px;
  height: 150px;
  margin-bottom: 25px;
}

@media screen and (max-width: 479px) {
  .content {
    padding: 10px;
  }

  .div._50 {
    display: none;
  }

  .paragraph {
    font-size: 17px;
  }

  .signature {
    font-size: 18px;
  }

  .skullload {
    width: 60%;
    height: 150px;
  }

  .nookie-smll {
    border-width: 7px;
    width: 75px;
    height: 100px;
  }
}


@font-face {
  font-family: 'Christmas Star';
  src: url('../fonts/MerryChristmasStar.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Christmas Flake';
  src: url('../fonts/MerryChristmasFlake.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Magic Christmas';
  src: url('../fonts/Magic-Christmas.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gift Of Christmas';
  src: url('../fonts/GiftOfChristmas_PERSONAL_USE_ONLY.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}