CSS
.texto-destaque{
color:rgb(80, 77, 71);
}
.titulo-blog{
font-family: 'Times New Roman', serif;
text-align: center;
font-size:auto;
margin: 30px;
color: rgb(6, 111, 73);
text-shadow: 2px 2px burlywood
}
h2{
color: rgb(6, 111, 73);
font-size:;
line-height: 150px;
}
hr{
color:rgba(0, 255, 76, 0.353)
}
body{
background-color: rgba(156, 205, 157, 0.49);
height: 100vb;
box-sizing: border-box;
}
.pergunta{
color:rgb(20, 70, 39);
}
*{
margin: 0;
padding: 0;
}
section{
margin: 5%;
border: 30%;
padding: 5%;
content: 30%
}
img{
float: right;
}
p{
text-align:justify;
text-indent: 5%;
margin-right: 10px;
font-size: 17px;
line-height: 1.8;
}
.container{
display: flex;
justify-content: center;
align-items:stretch;
height: 250px;
}
ul{
list-style: none;
display:flex;
line-height: 20px;
}
li{
text-indent:75px
}
.responsive{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}