body {
    background: #121212;
    color: #eee;
    font-family: Arial, sans-serif;
    margin: 20px;
}

a { color: #88f; text-decoration: none; }
a:hover { text-decoration: underline; }

input, select, button {
    padding: 8px;
    margin-top: 4px;
    border-radius: 4px;
    border: none;
}

button {
    background: #635cff;
    color: #fff;
    cursor: pointer;
}

button:hover {
    background: #4b3cc1;
}
