section{
  margin:10px;
  width: 80vw;
 
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
}

section h3{
  font-size: 24px;
  margin-bottom: 30px;
}

.texto{
  text-align: justify;
  margin-bottom: 30px;
}
.container {
    max-width: 800px;
    margin: 5px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    float: left;
}