*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: black;
}
header{
    background-color: cornflowerblue;
    display: flex;
    justify-content: space-between;


}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 80vh;
}

.caio{
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px rgb(108, 192, 200);

}
.bruno{
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px rgb(108, 192, 200);

}
.enzo{
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px rgb(108, 192, 200);
}
.imgcaio{
    background-color: black;
    height: 80%;
    width: 80%;
    border-radius: 50%;
}
.imgbruno{
    background-color: black;
    height: 80%;
    width: 80%;
    border-radius: 50%;
    object-fit: cover;
    object-position: bottom center;
}
.imgenzo{
    background-color: black;
    height: 80%;
    width: 80%;
    border-radius: 50%;
}
.imgicon{
    height: 40px;
    margin: 15px;
    transition: 0.2s;
}

.fernandes{
    width: 300px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.haddad{
    width: 300px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}
.crepaldi{
    width: 300px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}


.text{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    border: 15px;
}

h1{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
}

h2{
    font-size: 40px;
    margin: 30px;
    text-align: center;
}
