.container {
    display: flex;
    justify-content: center;
    margin-top: 20vh;
}

.complex-form {
    display: flex;
    flex-direction: column;
    width: 30vw;
}