@charset "UTF-8";

body{
    margin:0 auto ;
    padding:0;
}

header{
    float: left;
    height:100vh;
    width:25%;
    background-color: rgb(86, 86, 169);
    
}

main{
    overflow-y: scroll;
     height:100vh;
     display:block;
    width:75%;
    float: left;
    background-color: rgb(222, 240, 240);
}

main img{
    max-width:80%;
    max-height:90vh;
    display:block;
    padding:20px 0px  0px 20px;
    background-color: rgb(222, 240, 240);
}

.comment{
  
    padding:0px 0px 0px 20px;
    color: rgb(70, 70, 126);
    background-color: rgb(222, 240, 240);

}


ul{
    font-size:0.8em;
    line-height:1.8em;
   list-style-position:outside;
    list-style-type: none;
    padding:1em 0em 0em 2em;
    
}

li a:link, a:visited, a:hover, a:active{
    cursor: pointer;
    color:rgb(26, 16, 16);
    text-decoration: none;
}