.socials{
    background: #f8f8ff;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
}

.socialsz{
    background: #f8f8ff;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
}

.contai{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 50% !important;
    

}