#screen5 {
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: center;
}

.s5-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 0 1rem;
    max-width: 330px; /* Match the card width */
    width: 100%;
}

.s5-intro-text {
    font-family: 'Varela Round', sans-serif;
    font-size: clamp(1rem, 4vw, 1.2rem);
    color: #FFFCF8;
    line-height: 1.5;
    text-align: center;
}

.daily-challenge-card {
    width: 100%;
    max-width: 330px;
    height: 60vh;
    max-height: 484px;
    /* background: #E6F19A; */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    display: flex;
    overflow: hidden;
}

.animation-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}