 body {
      font-family: "Courier New", monospace;
      font-size: 14px;
      width: min(450px, 100%);
      margin: auto;
    }
    main {
      margin: 15px;
    }
    ::placeholder {
    text-align: left !important;
    opacity: 0.5 !important;
    }
    .error {
    color: red;
    font-weight: bold;
    }
    div.poem-body {
      white-space: pre-wrap;
      line-height: 1.3;
    }
    .nav-button {
      margin: 10px 0px;  
    }
    .nav-text {
      text-decoration: underline;
      text-underline-offset: 6px;
      text-decoration-style: dotted;
      background: none;
      border: none;
    }
    .nav-text:hover {
      text-decoration-style: solid;
      cursor: pointer;
    }
    button {
      border: 1px solid gray;
      border-radius: 10px;
      padding: 4px;
      text-decoration: none;
      margin: 0 5px;
    }
    div.poem-wrapper {
      width: 600px;
      margin: 50px 10px;
   }
    div.poem-body {
      white-space: pre-wrap;
      line-height: 1.3;
    }
    .explain {
      border: 1px dotted blue; 
      padding: 1px;
    }
    header {
      border-bottom: 2px solid black;
      padding: 20px 10px 0px 10px;
    }
    p > input {
    margin: 0px 10px;
    } 
    .flex {
      display: flex;
      gap: 10px;
    }
    .row-800 {
      min-width: 800px;
    }
    #poems {
      flex-basis: 25%;
    }
    .partial.htmx-added {
      opacity: 0;
    }
    .partial {
      opacity: 1;
      transition: opacity 1s ease-out;
    }
    .partial.htmx-swapping {
      opacity: 0;
      transition: opacity 1s ease-out;
    }
