body {
    background-color: black;
}
.top {
    background: #202020;
    color: #F0F0F0;
    padding: .5em;
}
.top h2 { font-size: 5.0rem; line-height: 1.1;  letter-spacing: -.1rem; }

.middle {
    background: #404040;
}
.middle h1 { display: inline; }
.middle h2 { display: inline; }
.middle small { display: inline-flex;}
.left {
    background: #404040;
    color: #F0F0F0;
    padding: .5em;
    list-style: none;
    line-height: 1.2;
}
.left a {
    color: #F0F0F0; 
    text-decoration: none;
    font-weight:bold;
}
.left a:hover {
    color: lime;
 }
.left .u-featured {
    display:none;
}

.mainsection {
    background: #F0F0F0;
    padding: 0.5em;
    color: #000000;
}
.mainsection h1 { font-size: 2.5rem; line-height: 0.9;  letter-spacing: -.05rem; }
.mainsection h4 { font-size: 2.5rem; line-height: 0.9;  letter-spacing: -.05rem; }
.mainsection a {
    color: DarkSlateBlue; }
.mainsection a:hover {
    color: #404040; }

.bottom {
    background: #202020;
    color: #F0F0F0;
    padding: .5em;
}

blockquote {
    border-left: 5px solid #026773;
    margin-left: 25px;
    padding-left: 10px;
    quotes: "\201C""\201D""\2018""\2019"; }

.socialbuttons svg {
    fill: #F0F0F0;
    text-decoration: none;
    }
.middle .socialbuttons svg {
    fill: #404040;
    text-decoration: none;
    }
.middle .socialbuttons svg:hover {
    fill: #3CA6A6;
    text-decoration: none;
    }
.middle a:hover {
    color: cornflowerblue;
    }
.left .socialbuttons svg {
    fill: #F0F0F0;
    text-decoration: none;
    }
.left .socialbuttons svg:hover {
    fill: lime;
    text-decoration: none;
    }
.mainsection img {
    max-width: 100%;
    height: auto;
    }
.mainsection ul {
    list-style-type: none;
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    }
.postlist {
    box-shadow: 2px 2px 5px 1px #202020;
    padding: 8px;
    }
button {
    background-color: #202020; 
    color: #F0F0F0 ;
}
button:hover {
    color: #202020; 
    background-color: #F0F0F0 ;
}
input {
    color: #202020;
}
pre {
    box-shadow: 2px 2px 5px 1px #202020;
    padding: 8px;
    background: #404040;
    color: #F0F0F0;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}
strong {
    color: rgb(193, 35, 35);
  }
