/* user theme overrides */

body {
    background: #111827;
    color: #f9fafb;
}

.card_8bot {
    border-radius: 16px;
}

.launch-icon_8bot {
    transition: 0.2s ease;
}

.launch-icon_8bot:hover {
    transform: scale(1.05);
}
