body {
    font-family: 'Segoe UI', sans-serif;
}
.card {
    transition: transform 0.5s ease, opacity 0.5s ease;
}
#questionCard {
    min-height: 200px;
}
.tooltip-inner {
    max-width: 300px;
    text-align: left;
}
