table {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

input {
    width: 240px;
}