html {
  box-sizing: border-box;
  background-color: #e2d4be;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  padding: 1rem;
  color: black;
  font: georgia;
  font-size: 100%;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.left {
  float: top;
  max-width: 100%;
  align-content: center;
}

.right {
  float: bottom;
  max-width: 100%;
  height: 100%;
  border: 0px dashed #999;
  overflow: auto;
  align-content: center;
  font-size: 100%;
}

input[type=number] {
  max-width: 100%;
}

.poetry-content {
  padding: 1rem;
  font-size: 5vw;
  font-family: Georgia;
  text-align: center;
}

@media screen and (min-width: 601px) {
  div.example {
    font-size: 5vw;
  }
}

@media screen and (max-width: 300px) {
  div.example {
    font-size: 100px;