body
{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100dvh;
}
#button77{
    margin-top: auto;
    margin-bottom: 1rem;
}   
#instruktion {
    max-width: 45vw;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.65;
    color: white;
    margin-bottom: 1rem;
    font-weight: 300;;
}
.bildencontainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.bildencontainer {
    width: 20vw;
    aspect-ratio: 1 / 1;
    margin-bottom: 0.5rem;
    margin-top: 6rem;
    position: relative;
}
.passdel{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.6rem;
    top: 1em;
    font-weight: 700;
}
.namndel{
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 1.4rem;
    color: white;
    font-weight: 400;
}
@media (min-width: 600px) and (max-width: 899px) {
    .bildencontainer {
        width: min(45vw, 400px);
    }
}

@media (max-width: 599px) {
    .bildencontainer {
        width: min(72vw, 300px);
    }
}


/* Surfplatta (600–899px) */
@media (min-width: 600px) and (max-width: 899px) {
    .bildencontainer {
        width: 30vw;
        margin-top: 5rem;
    }
    #instruktion {
        max-width: 65vw;
        font-size: 1.2rem;
    }
    .passdel {
        font-size: 2.8rem;
    }
    .namndel {
        font-size: 1.5rem;
    }
}

/* Laptop/liten skärm (900–1199px) */
@media (min-width: 900px) and (max-width: 1199px) {
    .bildencontainer {
        width: 24vw;
        margin-top: 5.5rem;
    }
    #instruktion {
        max-width: 55vw;
    }
    .passdel {
        font-size: 2.4rem;
    }
}

/* Mobiltelefon (under 600px) */
@media (max-width: 599px) {
    .bildencontainer {
        width: 55vw;
        margin-top: 4.5rem;
    }
    #instruktion {
        max-width: 88vw;
        font-size: 1.25rem;
    }
    .passdel {
        font-size: 2.2rem;
    }
    .namndel {
        font-size: 1.4rem;
    }
    #instruktion {
        max-width: 88vw;
        font-size: 1.2rem;
    }
}