body {
    background-color: #1a1a2e;
    font-family: Arial, sans-serif;
    color: #e0e0e0;
    margin: 0;
    padding: 0;
}

header {
    background-color: #f5a623;
    padding: 30px;
    text-align: center;
}

nav {
    background-color: #16213e;
    padding: 15px;
    text-align: center;
}

main {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 40px;
}

footer {
    background-color: #16213e;
    text-align: center;
    padding: 20px;
    margin-top: 60px;
}

hr {
    border-color: #f5a623;
    margin: 30px 0;
}

h1 {
    color: #1a1a2e;
    font-size: 42px;
    font-weight: bold;
    margin: 0;
}

h2 {
    color: #f5a623;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #f5a623;
    padding-bottom: 8px;
}

p {
    line-height: 1.8;
    text-align: justify;
    font-size: 16px;
}

ul {
    line-height: 2.2;
}
.titulo-centrado {
    text-align: center;
}
.subtitulo-header {
    color: #1a1a2e;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 10px 0 0 0;
}
.lista-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.texto-footer {
    text-align: center;
    color: #f5a623;
    margin: 0;
}
.centrado {
    text-align: center;
}
.descripcion-media {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #f5a623;
    margin-top: 4px;
}
nav a {
    color: #f5a623;
    text-decoration: none;
    font-weight: bold;
}
ul a {
    color: #f5a623;
    text-decoration: none;
}
section p {
    font-size: 16px;
    line-height: 1.8;
}