body{
    text-align: center;
    background-color:#daacd5;
    font-family: Open Sans,sans-serif;
    margin: 0px 0px 30px 0px;
}
h1{
    color:#a80f7a ;
}

h2{
    color:#6b2055
}

.titulo-salmao{
    color:#b66156;
}

.titulo-rosa-laranja{
    color: #dd5975;
}

.titulo-rosa-pink{
    color: #ad4c9c;
}

section{
    width: 60%;
    margin:0 auto;
}

section section{
  width: 100%;
}

h1{
  font-size: 60px;
  font-weight: 300;
}

h3{
  font-size:22px;
  font-style: italic;
}


p{
  line-height: 1.5;
  font-size: 20px;
}

img{
  width: 100%;
}

ul{
    list-style-type: none;
    line-height: 2;
}

a{
  text-decoration: none;
  color: #470526;
  font-weight: 700;
}

.principal {
  background-color: #FF6CB5;
  height: 40px;
  max-width: 100%;      
  margin: 0 auto;
  display: flex;         
  justify-content: center; 
  align-items: center;   
  flex-wrap: wrap;       
}

.principal a{
    color: white;
    text-decoration: underline;
    
    font-weight: normal;
}

.principal li {
  display: inline-block;
  margin: 0 20px;  
}

button {
  background-color: rgb(236, 91, 139);
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 2px 20px;
}