body {
    font-family: Arial, sans-serif;
}

.card {
    display: none;
    /* Additional styling */
}

.card.active {
    display: block;
    /* Active card styling */
}

button {
    /* Button styling */
}
