.form-container {
    grid-column: 1 / 3;
    grid-row: 1 / 4;
    height: auto;
    justify-content: center;
    justify-self: center;
    align-content: center;
    align-self: center;
    margin-top: 8dvh;
}

