


.postbox{
    margin-bottom:4em;
}

.postbox .view{
    color:rgb(0,15,65);
    text-decoration:none;
    transition:0.25s all ease;
}

.postbox .view:hover{
    color:#1f9dff;
}


.postbox .title{
    text-decoration:none;
}

.postbox .title h3{
    font-size:1.3em;
}


.postbox img{
    width:100%;
    border:6px solid #eee;
}

.postbox .secondaryinfo{
    font-size:0.9em;
    margin-bottom:0.5em;
}


.post p img{
    max-width:100%;
    border:6px solid #eee;
    margin-bottom:1.5em;
}


aside h3{
    font-size:1em;
}