/* perfil para o quadro de perfil */

.perfil{
    /* background-color: rgb(33, 174, 174) ; */
    background: linear-gradient(rgb(42, 136, 194),rgb(12, 172, 153));
    color: rgb(204, 11, 172);
}


.btn-link{
    text-decoration: none;
    color: rgb(114, 221, 37);
    font-weight: 900;
    font-size: 18px ;
}
.btn-link:hover{
    text-decoration: none;
    color: rgb(211, 132, 12);
    font-weight: 900;
    font-size: 18px ;
}