.blog-entry-iframe {
    border: none; 
    height:598px; 
    flex:1
}

.blog-navigation {
    height:535px;
    overflow: scroll;
}

.blog-navigation-item {
    border-bottom: solid 3pt white; 
    color:white;
    padding: 3px;
    

    
    font-size: medium;
    font-weight: bold;
    cursor: pointer;

    transition: color 0.1s
}
.blog-navigation-item:hover {
    color: rgb(255,170,255);
    transition: color 0.1s
}