@import "{{ site.theme }}";

#header,
header,
.page-header,
.site-header {
    display: none !important;
}

.btn,
.btn-link,
.view-on-github,
.github-link {
    display: none !important;
}

body>.wrapper,
.wrapper:first-child {
    margin-top: 0 !important;
    padding-top: 20px !important;
}

.wrapper {
    max-width: 800px !important;
    margin: 0 auto !important;
}

body {
    background-color: #0a0a0a;
    font-family: 'Courier New', monospace !important;
}

h1,
h2,
h3 {
    color: #00ff00 !important;
    font-family: 'Courier New', monospace !important;
}

p {
    color: #cccccc !important;
    line-height: 1.6 !important;
}

a {
    color: #00ff00 !important;
    text-decoration: none !important;
}

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

.highlight {
    color: #00ff00 !important;
    font-weight: bold !important;
}

.links a {
    display: inline-block !important;
    margin-right: 15px !important;
    padding: 8px 16px !important;
    border: 1px solid #00ff00 !important;
    border-radius: 4px !important;
    transition: all 0.3s !important;
}

.links a:hover {
    background: #00ff00 !important;
    color: #0a0a0a !important;
    text-decoration: none !important;
}