table, tr, td, th {
    border: 1px solid black;
}

body {
    font-family: "Georgia", "Serif";
    color: rgb(81,112,123);
    background-color: rgb(249,246,244);
}

h2{
    text-align: center;
}

.table-container {
    display: flex;
    justify-content: center;
    align-items: center; 
    min-height: 100vh; 
    text-align: center; 
}

.input {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 5px;
}
