html, body {
    background: #000 !important;
}

.terminal {
    background-color: #000;
    color: #0f0;
    font-family: 'Courier New', monospace;
    background: #000 !important;
}

.ascii-art {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
    color: #0f0;
    background: #000;
    border: none;
}

.prompt {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}