body {
    background-color: #0e182d;
    color: #fff;
}

a,
a:focus,
a:hover {
    color: #fff;
    text-decoration: none;
}

.site-footer {
    background-color: rgb(28, 28, 28);
}

.caption {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
    color: #fff;
}

.caption.page-header {
    font-size: 75px;
    font-weight: bolder;
    top: 40%;
}

.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 18px;
    letter-spacing: 3px;
}

.bgimg-container {
    position: relative;
}

.bgimg-container,
.bgimg-container a.progressive,
.bgimg-container a.progressive img {
    object-fit: cover;
}

div.hacker-code {
    padding-left: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #00f000;
    background-color: dimgray;
    font-family: "Courier New", Courier, monospace;
}

pre code {
    color: white;
}

/* For width 900px and smaller: */
@media only screen and (max-width: 900px) {
    .caption span.border {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .caption.page-header {
        font-size: 50px;
    }
}

/* For width 400px and smaller: */
@media only screen and (max-width: 500px) {
    .caption span.border {
        font-size: 8px;
        letter-spacing: .5px;
    }

    .caption.page-header {
        font-size: 26px;
    }
}

