body{
    font-family: basiic;
    background-color: rgb(191, 203, 214);
    background-image: url("/img/gray.png");
    color:rgb(36, 37, 37);
    font-size: 15px;
}

.contain{
    width: 55em;
    margin: auto;
    display: flex;
    height:650px;
}

.sidebar{
    background-color: aliceblue;
    height: 510px;
    width: 20%;
    padding: 5px;
    font-size: 13px;
    border-width:7px;
    border-style:solid;
    border-image: url("/img/border.png") 8 fill round;
    
    #njz{
        width: 100%;
        text-align: center;
    }

    a:link{
    color:rgb(130, 162, 202);
    font-weight: 900;}
    
    a:visited{
    color:rgb(130, 162, 202);}

p{
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    color:rgb(77, 104, 138);

}

img{
    text-align: center;
}

    

}

.dates{
    border-color: rgb(177, 177, 177);
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    padding: 5px;
    overflow-y: scroll;
    height: 200px;
    margin-top: 5px;
    background-color: rgb(236, 236, 236);

    a:link{
    color:rgb(110, 110, 110);
    font-weight: 900;
    text-decoration: none;}
    
    a:visited{
    color:rgb(110, 110, 110);}

    a:hover{
        color:rgb(130, 162, 202);
    }
}

.viewer{
    background-color: rgb(250, 250, 250);
    height: 100%;
    width: 70%;
    overflow-y: scroll;
    margin-left: 10px;
    border-color: rgb(133, 147, 196);
    border-width: 2px;
    border-radius: 5px;
    border-style: dotted;

}

.entry{
    margin: 5px;
    

    h1{
        font-size: 17px;
        font-weight: bolder;
        color: rgb(84, 116, 145);
        margin: 0;

    }

    hr{
        border-top: 1px;
        border-color: rgb(190, 190, 190);
    }
    
    p{
        font-size: 14px;
        margin-top: 5px;
        
    }

    img{
        width: 50%;
        height: 50%;
        margin: auto;
    }

     a:link{
    color:rgb(122, 147, 184);
    
    }
    
    a:visited{
    color: rgb(122, 147, 184);}

    a:hover{
        color:rgb(33, 111, 206);
        font-style: italic;
    }
}

::selection {
  color:rgb(250, 250, 250);
  background:rgb(157, 169, 184);
}