
body {
    background: #000 !important;
    color: #fff !important;
    margin: 0;
    padding: 1rem;
    font-family: 'Fira Code', monospace;
}

.w3-black {
    background: #000 !important;
}

a {
    color: #fff !important;
    text-decoration: underline;
}

.w3-content {
    max-width: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.w3-padding {
    max-width: 90vw !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

pre {
    margin: 0 auto !important;
    white-space: pre-wrap !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
}

.pagination {
    font-family: 'Fira Code', monospace !important;
    font-size: 1rem !important;
    color: #fff !important;
    background: #000 !important;
    padding: 1rem 2rem !important;
    text-align: center !important;
    margin: 1rem auto !important;
    border: 1px dashed #fff !important;
}

.post-date {
    color: #ff0;
    text-shadow: 0 0 10px #ff0, 0 0 5px #ff0;
}

.post-preview {
    color: #b0bec5 !important;
}

pre a[href*="post.php"] {
    color: #fff !important;
    text-decoration: underline;
    text-transform: uppercase;
}
