form {
    display: grid;
    width: 100%;
    place-items: center;
    height: 100vh;
    background-color: lightblue;
}