body {
    background-color: #1e1e1e;
    color: #e0e0e0;
    font-family: 'Segoe UI', sans-serif;
    margin: 2em;
    line-height: 1.6;
}

h1, h2 {
    color: #66d9ef;
}

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

a:hover {
    text-decoration: underline;
}

form {
    margin-top: 2em;
    background-color: #2c2c2c;
    padding: 1em;
    border-radius: 8px;
}

input, textarea {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 1em;
    background-color: #1e1e1e;
    color: #ffffff;
    border: 1px solid #444;
    padding: 0.5em;
    border-radius: 4px;
}

button {
    background-color: #66d9ef;
    color: black;
    border: none;
    padding: 0.7em 1.5em;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #a6e3ff;
}
