@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap");
body {
  margin: 0;
  padding: 0;
  background: #CDCDCD;
  font-family: "Nanum Myeongjo", serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

* {
  box-sizing: border-box;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.currentPoem {
  width: 100vw;
  height: 140px;
  padding: 1rem;
  padding-bottom: 20px;
  font-size: 4rem;
  pointer-events: none;
  background: #000;
  color: #fff;
}

div {
  box-sizing: border-box;
  float: left;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 0.9em;
  flex-grow: 1;
}

.leaf:hover,
.leaf.hover {
  filter: hue-rotate(45deg);
  transition: filter 0.2s ease;
}

.leaf {
  color: inherit;
  background-color: none;
  background-position: center center;
  background-size: cover;
  padding: 5%;
}

.one {
  background: #B9B2A7;
  color: #786152;
}

.two {
  background: #364326;
  color: #B99439;
}

.three {
  background: #58B1DD;
  color: #5D5A54;
}

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