.block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.block__form {
    text-align: center;
}

.block__form-button {
    display: flex;
    justify-content: center;
}