  table>caption {
    text-align: center;
}


table.center>thead>tr>th, table.center>tbody>tr>td {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: auto;
}

div#edge {
    width: 100%;
    height: 35rem;
}