.box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80vh;
}

.box div {
    margin: 5px;
}

form input {
    margin: auto;
}

form button {
    margin: auto;
}