@font-face {
  font-family: "Feature Display";
  src: url("FeatureDisplay-RegularItalic.woff2") format("woff2"), url("FeatureDisplay-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Feature Display";
  src: url("FeatureDisplay-Regular.woff2") format("woff2"), url("FeatureDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

mark {
  background-color: #ebb523;
}

body {
  overflow-y: scroll;
  background: #ffe9f5;
  color: #2f2f2f;
  font-family: "Feature Display", serif;
  font-size: 1.5rem;
  letter-spacing: 0.25px;
  line-height: 140%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#frame {
  width: 100%;
  height: 900px;
  min-height: 80vh;
  object-fit: cover;
  pointer-events: none;
}
#frame iframe {
  overflow: hidden;
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
}

.title-wrapper {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  pointer-events: none;
  z-index: 1;
  font-family: Apple Chancery, cursive;
}

h1[title] {
  margin: 0;
  font-weight: normal;
  text-align: center;
  font-size: 10.2vw;
  line-height: 100%;
  pointer-events: none;
}

h2 {
  font-size: 1.5vw;
  font-weight: normal;
  text-align: center;
  color: inherit;
}

h2[caption] {
  font-size: 2vw;
  letter-spacing: 0.5px;
}

h3 {
  font-size: 1.6vw;
  text-transform: uppercase;
  text-align: center;
  margin: 2rem auto;
  margin-bottom: -1rem;
}

main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

p {
  padding: 0.5rem 2rem;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  pointer-events: none;
}

img {
  object-fit: contain;
  max-width: 100%;
  padding: 1rem;
}

.text-wrapper {
  max-width: 800px;
  margin: 0 auto;
  object-fit: contain;
}
.text-wrapper img {
  width: 100%;
  max-width: 80%;
  object-fit: contain;
}

#stickers {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sticker {
  position: absolute;
  z-index: 9999;
  object-fit: contain;
  max-width: 10vw;
  pointer-events: auto;
}

.bg {
  z-index: 0;
}

#emoji {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#emoji .emoji-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100vw;
  margin-top: -10vh;
  white-space: nowrap;
  letter-spacing: 32px;
  font-size: 16px;
}
#emoji .emoji-wrapper .row {
  height: 70px;
  line-height: 70px;
}
#emoji .emoji-wrapper .row:nth-child(2n) {
  margin-left: -40px;
}

/*# sourceMappingURL=main.css.map */
