body {
    font-family: "Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
    background: #181b20;
    color: white;
    margin: 0;
    text-align: center;
}

a { color: #6aa9ff; text-decoration: none; }
a:hover { text-decoration: underline; }

button {
    font-family: inherit;
    padding: 10px 16px;
    border-radius: 6px;
    border: none;
    background: #1f2430;
    color: white;
    cursor: pointer;
}
button:hover:not(:disabled) { background: #2a2f3a; }
