html {
    background-color: aquamarine;
    text-align: center;
}

table {
    border-style: outset;
    margin: auto;
}
td {
    border-style: outset;
    }

th {
    border-style: outset;
    }