@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


.creditContainer {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    justify-content: space-evenly;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
}

.peopleContainer {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    color: #000;
}

.peoplePP > img {
    height: 175px;
    width: 175px;
    margin-bottom: 10px;
    border-radius: 50%;
    box-shadow: #753a88 0 0 10px;
}

.peopleTitle {
    font-weight: bold;
}

.peopleName {
    margin: 0.5em 0;
}

.peopleQuote {
    margin: 0.5em 0;
    font-style: italic;
    width: 100%;
}

.linkIcon {
    font-size: 25px;
    text-decoration: none;
    color: #000;
}

.backLink {
    color: #000;
    font-size: 15px;
}
