body {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333232;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-size: x-large;
    padding: 2em;
}

table {
    border-collapse: collapse;
    border: 2px solid burlywood;
    background-color: #2a2a2a;
}

td {
    border: 1px solid burlywood;
    padding: 12px 20px;
    text-align: center;
    color: burlywood;
}

h1 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

span {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: xxx-large;
}

li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul {
   padding: 0;
}
