body
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
table, th, td 
{
    border: 1px solid;
    border-collapse: collapse;
}
td
{
    padding: 5px;
    text-align: center;
}
.submitButton
{
    margin: 10px;
}