*{
    margin: 0;
    padding: 0;
}
.credits-image-container{
    width: 100%;
    height: auto;
    min-height: 50vh;
    background-image: url('images/credits-header-img.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
    gap: 40px;
}
.credits-text-class{
    width: 95%;
    margin-left: 2.5%;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 300%;
}
.credits-header{
    width: 60%;
}
.credits-subtext{
    font-size: 150%;
    font-weight: 400;
}
.thank-you-txt{
    font-size: 100%;
    font-weight: 300;
}
.credits-outer-container{
    margin-top: 40px;
    padding-bottom: 40px;
    width: 95%;
    height: auto;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0;
    margin-left: 2.5%;
}
.site-header-rec-container{
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 5%;
}
.site-credits-header{
    font-family: 'Inter';
    font-size: 250%;
}
.rectangle-credits-des{
    background: black;
    height: auto;
    min-height: 5px;
    width: 45%;
}
.credits-inner-container{
    width: 97%;
    margin-left: 1.5%;
    height: auto;
    margin-top: 10px;
}
.flex-container-credits-line{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-family: 'Inter';
    color: black;
}
.creditor-name{
    font-size: 150%;
    text-decoration: none;
    font-weight: 800;
    color: black;
}
.model-names{
    color: gray;
    font-weight: 600;
}
@media screen and (min-width: 0px) and (max-width: 900px)
{
    .credits-image-container{
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .credits-text-class{
        margin-left: 0;
        width: 90%;
        text-align: center;
    }
    .credits-header{
        font-size: 125%;
        width: 90%;
    }
    .credits-subtext{
        font-size: 100%;
    }
    .thank-you-txt{
        font-size: 90%;
    }
    .site-credits-header{
        font-size: 115%;
    }
    .rectangle-credits-des{
        min-height: 2px;
    }
    .creditor-name{
        font-size: 100%;
    }
    .flex-container-credits-line{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .reg-text-dividers{
        display: none;
    }
}