.containers {
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-top: 5%;
}

h1 {
    text-align: center;
}

.formulario {
    padding: 10px;
}