/* Estilos do Tema Dark */
body {
    background: #0b141a !important;
    color: #e9edef !important;
}

nav {
    background: #1f2937 !important;
    color: #e9edef !important;
    border-bottom: 1px solid #3b4a54 !important;
}

nav a {
    color: #e9edef !important;
}

nav a:hover {
    color: #128c7e !important;
}

section {
    background: #0b141a !important;
    color: #e9edef !important;
}

h1, h2, h3, p, span {
    color: #e9edef !important;
}

