html{
    overflow-y: scroll;
}
body {
    background: white;
}


h1, h2, h3, h4, h5, h6 {
    color: black;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

li, p {
    color: black;
    font-family: 'Habibi', serif;
}

p {
    text-align:justify;
    color: black;
    font-size: 18px;
}

#post {
    position: absolute;
    left: 20%;
    width: 60%;
    padding-bottom: 75px;
}

#sidebar {
    float: right;
}

.social {
    list-style-type: none;
    float: right;
}

code {
    color: black;
    background: white;
    font-size: 16px;
    border-width: 0px;
}

pre {
    border-width: 0px;
    color: black;
    background: white;
    font-size: 14px;
}

/*Link styles*/
a:link {
    color: #3498db;
}

a:hover {
    /*text-decoration: none;*/
    color: #e74c3c;
}

small {
    color: #ecf0f1;
}

.table th.text-right,
.table td.text-right {
    text-align: right;
}

header {
    background: rgba(52, 152, 219, .5);
    height: 160px;
    text-align: center;
    margin-top: -25px;
    padding-top: 15px;
    border-bottom-style:solid;
    border-bottom-color:rgba(52, 152, 219, .5);
}

#blog-title {
    font-size: 64px;
    color: #3498db;
}

#blog-title-intro {
    color: #e74c3c;
}
