.row>div:nth-child(4)  {
    background-color: black; 
}
@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre&display=swap');
@font-face {
    font-family: 'frank';
    src: url('frank.ttf') format('truetype'); 
  }  
html, body{
    font-family: 'frank', 'Frank Ruhl Libre',arial,helvetica,sans-serif,verdana,'Open Sans';
    background-color: black;
    color: DarkGray;
    height:100%;
}

.shaar{
    display:flex;
    flex-direction:column;
}
.shaar>.row{
    flex:1;
}
.shaar>.row>div:nth-child(6){
    flex:1;
}
.shaar>.row>div:nth-child(6)>div{
    padding-top: 19px;
    flex:1;
}
.row>div:nth-child(6) {
    padding-top: 19px;
    font-size: 19px;
    line-height: 2;
 }
.imagesource{
    float: left;
    color: rgb(24,24,24);
}
.row>div:nth-child(1) {
     margin-bottom: 5%;
     color:silver;
     font-size: 30px;
     font-weight:normal;
}
.editor {
    display: none;
}
a.nextchap {
    text-decoration:underline;
    color:silver;
} 
.trio {
    font-size: 19px;
    text-align:center;
    border-top : 1px solid dimgrey;
    padding: 4px;
    margin-bottom: 2px;
    text-decoration:underline;
}
.trio>a {
    color: dimgrey;
}
b {
    color:silver;
}
.mainheadline {
    display: none;
}

.blackcircle {
    display: inline-block;
    border-radius: 50%;
    border-style: solid;
    width: 11px;
    height: 11px;
    border-width: 1px;
    border-color:  DarkGray;

}