.credits{
    margin: 8rem;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.credits-post{
    display: flex;
    min-width: 250px;
    flex-direction: column;
    align-items: center;
    margin: min(50px, 5vw);
}

.credits-img{
    height: min(250px, 30vw);
}

.credits-url{
    margin-top: 10px;
    font-weight: 500;
    font-size: min(18px, 2.5vw);
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .credits{
        justify-content: top;
        flex-direction: column;
        margin: 1rem;
    }
    .content{
        margin-bottom: 193px;
    }
}
@media screen and (max-width: 600px) {
    footer{
        position: fixed;
        bottom: 0;
    }
}