body {
    font-family: Arial, sans-serif;
    background: #0f172a;
    color: white;
    text-align: center;
    padding-top: 50px;
}

h1 span {
    color: #84cc16;
}

.card {
    background: white;
    color: #333;
    width: 320px;
    margin: 40px auto;
    padding: 25px;
    border-radius: 12px;
}

.bear {
    width: 120px;
    margin-bottom: 15px;
}

.question {
    font-size: 18px;
    margin-bottom: 20px;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

button {
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
}

.yes-button {
    background: #ec4899;
    color: white;
}

.no-button {
    background: #e5e7eb;
}
