@font-face {
  font-family: "SimSun";
  src: url("SimSun.woff2") format("woff2"), url("SimSun.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#bg, .overlay {
  position: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

#bg {
  position: fixed;
  background-image: url(night.png);
  z-index: -2;
  opacity: 1;
}

.overlay {
  pointer-events: none;
  z-index: -1;
  background-image: url(day.png);
}

::selection {
  color: #fff !important;
}

body {
  font-family: "SimSun";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  cursor: text;
  overflow-y: scroll;
  padding-bottom: 10vh;
}

main {
  width: 70vw;
  max-width: 1100px;
  color: #fff;
  overflow: hidden;
  padding: 1rem;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  main {
    max-width: 100%;
    width: 100%;
    transform: scale(0.76);
  }
}

#poem {
  margin-top: 60px;
  text-align: left;
  line-height: 140%;
}
#poem .section {
  white-space: pre-wrap;
}

.section {
  margin: 0;
}

h1 {
  font-style: italic;
}

p {
  margin: 0;
}

.c0 {
  color: transparent;
}

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