.credits-title {
    text-align: center;
    margin-bottom: 10%;
}

.credits-container {
    display: flex;
    justify-content: center;
    gap: 5%;
    width: 100%;
    flex-wrap: wrap;
}

.image-url {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    min-height: 10vw;
}

.logo {
    height: auto;
    max-width: 100%;
    object-fit: contain;
    filter: invert(1) brightness(100%) saturate(100%) contrast(100%);
}