body {
    background-color: #0a0f2c;
    color: #f5f5dc;
}

.title,
.subtitle,
label,
.textarea,
.input,
select,
.editor {
    color: #f5f5dc !important;
}

.editor {
    height: 300px;
    background-color: #1c2331;
    padding: 1em;
    border-radius: 6px;
    min-height: 200px;
    overflow-x: auto;
    white-space: pre-wrap;
    font-family: monospace;
}

footer {
    background-color: rgba(0, 255, 0, 0.1);
    color: #00ff00;
    text-align: center;
    padding: 12px;
    margin-top: 8px;
}

.button.is-link {
    background-color: #00d1b2;
    border-color: #00d1b2;
    color: #fff;
}

.select select {
    background-color: #1c2331;
    color: #f5f5dc;
}