/* Global Styles */
body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-color: #121212;
    color: #e0e0e0;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #1e1e1e;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

header {
    text-align: center;
    margin-bottom: 40px;
}

header h1 {
    font-size: 2.2em;
    color: #ffb700;
    margin: 0;
}

header h2 {
    font-size: 1.2em;
    color: #bdbdbd;
    margin: 0;
    font-weight: normal;
}

.section {
    margin-bottom: 40px;
}

.section h3 {
    font-size: 1.5em;
    color: #ffb700;
    margin-bottom: 10px;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}

.subsection {
    margin-bottom: 20px;
}

.subsection h4 {
    font-size: 1.2em;
    color: #e0e0e0;
    margin-bottom: 10px;
}

.subsection p,
.subsection ul {
    margin: 0 0 15px 20px;
}

.subsection ul {
    list-style-type: disc;
}

.subsection ul li {
    margin-bottom: 10px;
}

footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
    color: #bdbdbd;
}

a {
    color: #00b7ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
