#contatos{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.downContatos{
    width: 100%;
    height: auto;
    padding: 10px;
    max-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;


}
.downContatos>ul{
    width: 70%;
    height:100%;
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    align-items: flex-start;
}

.imgContatos{
    height: 150px;
    width: 150px;
    padding: 5px;
    position: relative;
    border-radius: 20%;
    margin-bottom: 15px;
    display: flex;
    background-image: linear-gradient(180deg, rgba(70, 68, 68, 0.151),  rgba(255, 255, 255, 0));
    border: .5px solid rgba(70, 68, 68, 0.342);
    flex-direction: column;
    align-items: center;
    justify-content: space-around;

}
.imgContatos>.strongCont{
    font-size: 18px;
}

.imgContatos>.imgCont{
    width: 35%;
    padding: 8px;
    border-radius: 5px;
    height: auto;

}

.imgContatos>.instBut{
    background-image: linear-gradient(90deg, rgba(206, 100, 255, 0.842), rgba(255, 157, 100, 0.842));

}
.imgContatos>.gitBut{
    background-color: rgba(70, 68, 68);
}
.imgContatos>.linkedinBut{
    background-color: rgb(0, 68, 255);
}
.imgContatos>.emailBut{
    background-image: linear-gradient(90deg, rgba(255, 23, 23, 0.842), rgb(78, 124, 252));
}
.imgContatos>.inst{
    color: rgba(255, 157, 100, 0.842);
}
.imgContatos>.email{
    color: rgb(255, 0, 0);
}
.imgContatos>.git{
    color: rgb(31, 30, 30);
}
.imgContatos>.linkedin{
    color: rgb(0, 68, 255);
}
.imgContatos>.buttonCont{
    width: 80px;
    height: 25px;
    display: flex;
    color: #fff;
    justify-content: center;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}