#screen3 {
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: center;
}

.s3-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

.s3-piggy-bank-img {
    max-width: 75%; /* This makes it the same relative size as the family photo */
    height: auto;
    margin-top: 0rem; /* Adds some breathing room above the image */
}

.s3-intro-text, .s3-sub-text {
    font-family: 'Varela Round', sans-serif;
    font-size: clamp(1rem, 4vw, 1.5rem); 
    color: #FFFCF8;
    line-height: 1.5;
    max-width: 285px;
}

.s3-main-headline {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 6vw, 2rem);
    color: #E6F19A;
    line-height: 1.2;
    margin-top: 1rem;
}
