body {
    min-height: 100vh;
    font-family: "Poppins", sans-serif;
    margin: 0;
    background-image: url('/public/interface/confetti_bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.card.w-96 {
    width: 100%;
    max-width: 600px;
    min-height: 520px;
}

.quote-content {
    position: relative;
    z-index: 3;
    padding: 56px 40px 40px 40px;
    text-align: center;
}
.quote-text {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 28px;
    line-height: 1.4;
}
.quote-author {
    font-size: 1.5em;
    font-family: "IBM Plex Serif", serif;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 24px;
}
.flex.justify-center.mt-4 {
    z-index: 2;
}

