#blog {
    display: inline-block;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
    width: 50%;
    margin: auto;
    padding: 30px;
    background-color: #e7e7e7;
    border-radius: 15px;
    box-shadow: 0px 0px 12px #98999a;
}

.related-articles h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.related-articles ul {
    list-style: none;
}
.related-articles li {
    margin-bottom: 8px;
}


/* Login Begins */

.related-articles a:link {
    color: #2950b9;
    text-decoration: none;
}
.related-articles a:visited {
    color: #7d3c98;
}
.related-articles a:hover {
    color: #f39c12;
    border-bottom: 2px solid #f39c12;
}
.related-articles a:active {
    color: red;
}
