body {
  padding-top: 50px;
}

.row{
    padding:15px;
}
.blog-header h1{
    font-size: 64px;
}

.blog-post-title{
    font-style: italic;
}

.blog-main-img{
    height: 75%;
    width: 75%;
}

.blog-section {
    padding: 40px;
}

.blog-section-img-left{
    width: 40%;
    height: 40%;
    float: left;
}

.blog-section-img-right{
    width: 40%;
    height: 40%;
    float: right;
}

.blog-classification-table{
    color: #4989E8;
}

.blog-classification-table-value{
    font: bold;
}