#centerBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:70vw;
}

#TJImg,#ZachImg,#DylanImg,#LucasImg{
    border: 4px solid black;
    width: 20vw;
    height: 20vw;
}

#info{
    display:flex;
    gap: 20vh;
    margin-bottom: 5vh;
}
h3{
    text-align: center;
}

#geethab
{
    width: 4vw;
    height: 4vw;
    margin-left: 4vw;
}
#linkedin
{
    width: 4vw;
    height: 4vw;
    margin-left: 4vw;
}
a{
    text-decoration: none;
}