/* * { */
    
/* } */

body {
    color: #eee;
    font-family: "Changa", serif;
}

code {
    color: #eee !important;
}

strong {
    color: #fec053 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #dbdbdb !important;
}

p {
    color: #fff;
}

.markdown-section td, .markdown-section th {
    border: 1px solid #555 !important;
}

.markdown-section tr:nth-child(2n) {
    background-color: #444;
}