html,
body {
  overscroll-behavior: auto;
}

.title-poem-h1 {
  font-weight: bold;
  color: #9951cf;
  text-align: left;

}

.title-poem-h2 {
  font-weight: bold;
  color: #01905e;
  text-align: center;
}

.title-poem-h3 {
  font-weight: bold;
  color: #333;
  text-align: left;
  background: pink;
  border-radius: 5px;
}

.title-poem-h4 {
  padding-top: 30px;
  color: #6cac4f;
  text-align: center;
}

.title-poem-h5 {
  padding-left: 100px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.title-poem-h6 {
  padding-left: 100px;
  font-weight: bold;
  color: #333;
  text-align: left;
  transform: rotate(45deg);
}
.title-poem-h7 {
  margin-top:25px;
  padding-left: 100px;
  font-weight: bold;
  color: #c474f9;
  text-align: left;
  transform: rotate(-45deg);
}

.box {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  background-color: #ff8fb1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box2 {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background-color: #0fca28;
  text-decoration: underline;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: 30%;
  margin-top: 20%;
  font-family: 'Courier New', Courier, monospace;
}