﻿form {
    display:flex;
    flex-direction:column;
    justify-content:
        center;
    align-content:center;
    align-items:center;
}