body {
    background-color: antiquewhite;
}

table {
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

td {
    width: auto;
}

h1 {
    display: flex;
    justify-content: center;
    font-size: xx-large;
}



h2 {
    display: flex;
    justify-content: center;
}

p {
    text-align: center;
}