Ivan
Minuto: 29
background-color: #2b3058;
h2{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
h4{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.formulario{
width: 100%;
max-width: 600px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 2em;
}
.formulario input{ width: 100%;
max-width: 600px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.formulario button{ width: 100%;
max-width: 600px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.formulario textarea{
width: 100%;
max-width: 600px;
height: 100px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}