body {
    font-family: Georgia, serif;
    background: #fdfdfd;
    margin: 0;
    line-height: 1.7;
}

h1,
h2,
h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #111;
    line-height: 1.3;
}

.banner-title {
    background-color: #031633;
    max-width: auto;
    padding: 0;
    width: auto;
}

.py-5 .banner-title {
    max-width: 58vw;
    margin: auto 10px;
}

a {
    color: #007acc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

code {
    background: #eee;
    padding: 0.2em 0.4em;
    font-size: 90%;
    border-radius: 3px;
}

pre {
    background: #f5f5f5;
    padding: 1em;
    overflow-x: auto;
    border-left: 4px solid #007acc;
}

article {
    color: #222;
    padding-bottom: 4rem;
    border-bottom: 1px solid #ccc;
    padding: 2rem;
    max-width: 60pc;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.post-info p {
    font-size: 0.9rem;
}

.post-info strong {
    font-weight: 600;
}