.thumb {
    width: 200px;
    height: 200px;
    float: right;
}


.fitted-thumb {
    object-fit: cover;
}

.site-header {
    max-width: 64rem;
    padding-left: 10px;
    padding-right: 10px;
}

.profile_picture {
    margin-top: 1em;
}

pre code{
    background-color: #f0f0f0;
    display: flex;
    padding: 20px;
    color: #333;
    font-size: 18px;
}
.articles {
    max-width: 64rem;
    padding-left: 10px;
    padding-right: 10px;
}

.post_image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


.card {
    -webkit-box-shadow: -2px -1px 15px 7px rgba(0,0,0,0.5);
    -moz-box-shadow: -3px -2px 30px 14px rgba(0,0,0,0.425);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.icon_credits {
    font-size: 10px;

}
.small-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.medium-icon {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.flex-container {
    display: flex;
    justify-content: center;
}

.blog_quote {
    background-color: #f0f0f0;
    display: flex;
    padding-left: 10px;
}

.quote-by {
    color: #ce8460;
    text-align: center;
}

.fa-quote-left::before {
    font-family: Georgia, serif;
    font-size: 4em;
    display: block;
    line-height: 1;
    top: 0;
    left: 0;
    padding: 20px;
    content: "\201C";
 }