body {
    font: 1.1em Merriweather, Georgia, Times New Roman, serif;
    color: #111218;
    background-color: #f5f0e6;
}

.dark-mode {
    color: #f5f0e6;
    background-color: #111218;
}

strong {
    color: #ff5b00;
}

a, a:visited {
    text-decoration: underline dashed;
    color: inherit;
}

a:hover {
    color:#ff0078;
    text-decoration: none;
}

code {
    font-size: 1.3em;
    font-weight: bold;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
    padding: 0px;
    margin: 48px;
}

h3 {
    border-bottom: 3px dotted;
    width: 100%;
}

h4 {
    text-align: center;
    border-bottom: 1px solid;
}

h6 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}

#content {
    margin: auto;
    margin-bottom: 256px;
    max-width: 960px;
    text-align: left;
}
