.contributors {
    margin: 0;
    padding: 0;
}

.contributors h1 {
    font: 5.5vw/1 Permanent Marker;
    text-align: center;
    color: white;
    font-size: 2.5rem;
    margin-bottom: 4%;
}

.contributors h1:hover {
    text-decoration: underline;
}

#contributor {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.contributor-card {
    width: 65px;
    height: 65px;
    clip-path: polygon(50% 0%, 91% 25%, 91% 75%, 50% 100%, 9% 75%, 9% 25%);
    margin: 5px;
}

.contributor-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contributor-card:nth-child(4n+1),
.contributor-card:nth-child(4n+3) {
    margin-top: -30px;
}