
#div-title-home{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;

}

#div-home-p{
    display: flex;
    flex-direction: column;
    width: 50%;
}

#team-pic-home{
    height: 40ch;
    object-fit: contain;
    margin: 20px;
}