body {
    font-family: Arial, sans-serif;
    background-color: #0D0B1B;
    color: #E5E5E5;
    margin: 0;
    padding: 0;
}

.container {
    width: 80%;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #18142A;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

h1 {
    color: #A36CFF;
    text-align: center;
}

h2 {
    color: #A36CFF;
    text-align: left;
}

p, li {
    line-height: 1.6;
}

ul.b {
    list-style-type: square;
}

a {
    color: #A36CFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #888;
}