#curiosidades {
padding: 5rem;
text-align: center;
margin: 5px;
img {
padding-bottom: 1px;
border-bottom: 5px solid transparent;
background: linear-gradient(to right, violet, indigo,yellow,);
}
h3 {
margin-top: 10px;
color: $cor-secundaria;
font-size: $tamanho-do-texto / 1.5;
}
h4 {
margin-top: 5px;
color: rgb(25, 219, 70);
font-size: $tamanho-do-texto / 2.5;
}
p {
margin-top: 10px;
color: $cor-primeira;
}
}