body {
    background: #f5f7fa;
}

.card {
    border-radius: 12px;
    border: none;
}

.api-box {
    background: #111;
    color: #0f0;
    padding: 1rem;
    border-radius: 8px;
    min-height: 200px;
}
