body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    margin: 0;
}
block.center {
    display: flex;
    align-self: center;
    flex-direction: column;
}
form {
    text-align: center;
}