
.team {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    width: 85%;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
}
.teamPics{
    display: flex;
    flex-direction: column;
    width: 80%;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;}
.teamPics img{
    width: 800px;
}
.pf{
    width: 480px;
    height:auto;
    padding-bottom: 10px;
    position: relative;
    outline: solid rgb(228, 228, 228) 2px;
    color: #d6304c;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.747) 5px 10px 15px;
    padding: 20px;
    font-size: 18px;
}
.pfp{
    margin-top: 20px;
    outline: #f4f5f7 solid;
    border-radius: 200px;
    box-shadow: rgba(6, 2, 26, 0.747) 0px 8px 13px;
    float: right;
    height:100px;
    width: 100px;
    transition: width 0.6s;
}
.pfp:hover{
    width: 120px;
}
h1{
    text-align: left;
    font-size: 24px;
    line-height: 30px;
}
h2{
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
}
/* art */
.kadyn{
    color: #40d50a;
}
.kaye{
    color:#40d50a;
}
.nasir{
    color: #40d50a;
}
/*programming*/
.jannat{
    color: #ff93a5;
}
.rio{
    color:#ff93a5;
}
.louis{
    color: #ff93a5;
}
/*music*/
.allen{
    color: #b5b5b5;
}
.ko{
    color: #b5b5b5;
}
.micah{
    color: #5187d8;
}
.farhan{
    color: #ae31d0;
}
.shdwGurt{
    position: absolute;
    right: 485px;
    width: 75px;
}
.shdwGurt:hover{
    scale: 6.5;
    right: 200px;
}
.art{

}
.music{

}
.pgName{
    color: #ff4794;
}
.programming{
    color: #ff6699;
}
@media screen and (max-width:1080px) {
    .teamPics img{
        width: 600px;
    }
}
@media screen and (max-width: 720px)  {
    .team{
        flex-direction: column;
        align-items: center;
    }
    h1{
        font-size: 16px;
        line-height: 19px;
    }
    h2{
        font-size: 15px;
        line-height: 21px;
    }
    .teamPics img{
        width: 400px;
    }
    .pfp{
        height:65px;
        width: 65px;
    }
    .pf{
        width: 319px;
        height:170px;
        padding: 12px;
        font-size: 13px;
    }
    .pfp:hover{
        width: 80px;
    }
}