.smooth {
    transition: box-shadow 0.3s ease-in-out;
}

body {
    background-color: #222;
    color: #fff;
}

.post-content {
    margin-top: 40px;
    background-color: #333;
    color: #fff;
}

::selection {
    /* background-color: aliceblue */
}

h1 {
    margin-top: 20px;
}

h2 {
    margin-top: 15px;
}

h3,
h4,
h5,
h6 {
    margin-top: 10px;
}

p {
    margin-top: 20px;
    margin-bottom: 20px;
}

pre {
    font-size: 14px;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;

    background-color: #555;
    margin-top: 30px !important;
    margin-bottom: 40px !important;

    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */

    border: solid 1px #888;
    padding: 15px !important;
}

.see-also {
    background-color: #111827;
}

.post-color {
    padding: 15px !important;
    color: #fff;
}

.blog-post-title {
    color: #fff;
}

.blog-post-slogan {
    color: #fff;
}

.blog-post-category {
    color: #ccc;
}

.blog-post-info {
    color: #ccc;
}

.blog-post-preview {
    padding: 15px;
    color: #eee;
}

.blog-post-card {
    border-left: solid 1px #333;
    border-right: solid 1px #333;
    margin-bottom: 10px;
}

.main-header {
    margin-bottom: 70px;
}