:root{
    background-color: white;
    --w-chapter: 600px;
    --my-color: #cc0000;
}

#cover h1 {
    font-family: 'Open Sans';
}

.flex {
    display: flex;
}

.print {
    display: none;
}

#toc h2 {
  cursor: pointer;
  padding: 10px;
    border: 1px solid var(--my-color);
    background-color: var(--my-color);
    color: white;
    border-radius: 3px;
    width: 200px;
}

 
#toc ul {
    display: none;
    position: absolute;
    background-color: var(--my-color);
    list-style: none;
    padding: 10px;
    margin: 0;
    margin-left: 20px;
    border-radius: 3px;
  }
  
  #toc:hover ul {
    display: block;
    width: 200px;
  }
  
  #toc ul li {
    padding: 10px;
    border-bottom: 1px solid white;
    width: 100%;
  }
  
  #toc ul li:last-child {
    border-bottom: none;
    width: 100%;
  }
  
  #toc ul li a {
    text-decoration: none;
    margin: 10px;
  }
  
  #toc ul li a::after {
    content: target-counter(attr(href url), page);
    float: right;
    text-decoration: none;
  }
  
  #toc ul li {
    padding: 10px;
    border-bottom: 1px solid var(--my-color);
  }
  
  #toc ul li:last-child {
    border-bottom: none;
  }
  
  #toc ul li:hover {
    background-color: white;
  }
  
  #toc ul li a:hover {
    color: var(--my-color);
    text-decoration: underline;
  }


  #toc ul li, #toc ul li a {
    box-sizing: border-box;
  }

  #colophon-screen{
    margin-left: 248px;
    margin-top: -48px;
  }


  #introduction {
    margin-top: 100px;
  }
 
 
  #colophon-screen h1 {
    cursor: pointer;
    padding: 10px;
    color: white;
    background-color: var(--my-color);
      border: 1px solid var(--my-color);
      border-radius: 3px;
      width: 200px;
  }

  #colophon-screen > div {
      display: none;
      position: absolute;
      background-color: var(--my-color);
      list-style: none;
      padding: 10px;
      margin: 0;
      margin-left: 20px;
      border-radius: 3px;
      width: 400px;
    }
    
    #colophon-screen:hover > div {
      display: block;

    }

    #colophon-screen p {
       text-indent: 0px!important;
    }
    #colophon-screen .contenair h1 {
      text-indent: 0px!important;
      padding-left: 0px;
   }
    
    /* #colophon-screen div li {
      padding: 10px;
      border-bottom: 1px solid white;
      width: 100%;
    }
    
    #colophon-screen div li:last-child {
      border-bottom: none;
      width: 100%;
    }
    
    #colophon-screen div li a {
      text-decoration: none;
      margin: 0px;
    }
    
    #colophon-screen div li a::after {
      content: target-counter(attr(href url), page);
      float: left;
      text-decoration: none; 
    }
    
    #colophon-screen div li {
      padding: 10px;
      border-bottom: 1px solid var(--my-color);
    }
    
    #colophon-screen div li:last-child {
      border-bottom: none;
    }
    
    #colophon-screen div li:hover {
      background-color: white;
    }
    
    #colophon-screen div li a:hover {
      color: var(--my-color);
      text-decoration: underline;
    }
  
  
    #colophon-screen div li, #colophon-screen div li a {
      box-sizing: border-box;
    } */




#colophon-print{
  display: none;
}

#copyright {
    font-weight: bold;
}

#chapter {
color: white;
}

a {
color: white;
font-family: 'Sprat';
font-weight: bold;
font-size: 12px;
}

h3 {
    color: #cc0000;
    font-family: 'Sprat Extended';
    font-size: 33px;
    z-index: 1;
    margin-left: 20px;
    margin-top: 0px;
}

h2 {
    color: black;
    font-family: 'Sprat';
    font-size: 14px;
    width: 50%;
    margin-left: 20px;
    margin-bottom: 0px;
}

h1 {
    color: black;
    font-family: 'Sprat';
    font-size: 14px;
    width: 50%;
    margin-left: 20px;
    margin-bottom: 0px;
}

p {
    font-family: 'Sprat';
    text-indent: 30px;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 20px
}

.number {
    color: black;
    font-family: 'Sprat';
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 50%;
    margin-left: 20px
}

#img2 {
  transform: scaleX(-1);
  width: 400px;
  position: absolute;
  right: 0px;
}

#img1 {
  width: 600px;
  opacity: 50%;
  position: absolute;
  right: 0px;
  margin-top: -300px;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.chapter {
    width: var(--w-chapter);
}

#content {
    padding: 20px;
    background-color: white;
}

#poem-section {
    columns: 2;
    column-gap: 10px;
    position: fixed;
    top: 130px;
    left: calc(var(--w-chapter) + 40px);
    width: 650px;
    height: 100%;
    bottom: 20px;
}

.poem {
    left: 10px;
}
.poem p {
    font-family: 'Sprat Condensed';
    color: #cc0000;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-indent: 0px;
}
.poem p span {
    display: block;
    }
    

    .block-poem {
        border: 2px solid var(--my-color);
        border-radius: 3px;
        width: 290px;
        height: 85px;
        position: absolute; 
        left: calc(var(--w-chapter) + 50px);
        display: inline-block;
    }

    .block-poem span{
        opacity: 0.4;
        margin-left: 8px;
        font-family: 'Sprat Condensed';
        font-size: 16px;
        color: var(--my-color);
    }

    .block-poem-right {
        left: calc(var(--w-chapter) + 380px);
    }

    .block-poem-right span {
      margin-left: -22px;
  }