body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    padding: 20px;
    color: #333;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

header h1 {
    font-size: 2.2em;
    margin-bottom: 0.2em;
}

header {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 2em;
}

footer {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #e5e7eb;
    color: #666;
}

hr {
    border: 0;
    border-top: 1px solid #e5e7eb;
    margin: 2em 0;
}

body.not-found h1 {
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

a,
a:active
a:hover {
    color: #0645ad;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

a:visited {
    color: #551a8b;
}

h3 {
    font-size: 1.4em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

p {
    margin-bottom: 1.5em;
}

ol, ul {
    margin-top: 0.5em;
    padding-left: 20px;
}

ol li {
    margin-bottom: 0.4em;
    font-weight: bold;
}

ul li {
    margin-bottom: 0.5em;
}

ul.favoritos {
    list-style: none;
    padding-left: 0;
}

ul.favoritos li {
    margin-bottom: 0.4em;
    font-weight: bold;
}

code {
    background-color: #f6f8fa;
    color: #24292e;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
}

pre {
    white-space: pre-wrap;
    word-break: break-word;
    overflow-x: auto;
    max-width: 100%;
}

.separador {
    font-size: 1.4em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    text-align: center;
    letter-spacing: 4px;
}

aside {
    margin: 1.5em 0;
    padding-left: 1em;
    border-left: 3px solid #e5e7eb;
    color: #666;
}

.soneto {
    margin-top: 1em;
    margin-bottom: 2em;
    line-height: 1.6;
}

.email {
    overflow-wrap: normal;
    word-break: normal;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #2b2b2d;
        color: #e0e0e0;
    }

    header {
        border-bottom-color: #545458;
    }

    footer {
        border-top-color: #545458;
        color: #b0b0b3;
    }

    hr {
        border-top-color: #545458;
    }
    
    a,
    a:active,
    a:hover {
        color: #70a7ff;
    }

    a:visited {
        color: #b56cff;
    }

    code {
        background-color: #3b3b3d;
        color: #e0e0e0;
    }

    aside {
        border-left-color: #545458;
        color: #b0b0b3;
    }
}
