
        li{
          color: #1890ff;
        }
        a {
          color: #1890ff;
          text-decoration:none;
        }
        p {
          margin-block-start: 0;
        }
       
        .h1{
          font-size: x-large;
          text-align: center;
        }
        h2 {
          margin-block-end: 0.5em;
        }
        .content { 
          white-space: pre-line;
        }
        .box {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
        }
        p.annotation{
          white-space: pre-line;
          margin-block-end: 0.5em;
        }
        .annotation {
            color: rgba(0,0,0,.55);
        }
        .title{
            font-size: larger;
        }
        .poet{
            display: none;
        }
      