.bodywr {
    background: linear-gradient(#3F3B6C, #624F82, #9F73AB);
}

.team {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.team-i {
    font-family: "Press Start 2P", cursive;
    font-size: 56px;
    color: #FDFDBD;
}

.team-d {
    font-family: "Press Start 2P", cursive;
    font-size: 24px;
    color: #FDFDBD;
}

.team-card{
    background-color: #ADDDD0;
    font-family: "patua One" ,cursive;
}

.imgbgcolor.img-thumbnail{
    background-color: #FDFDBD;
}

.social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #FDFDBD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.social-link:hover,
.social-link:focus {
    background: #ddd;
    text-decoration: none;
    color: #555;
}