html{
    background: transparent;
}

body {
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: white;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: black;
    margin: 0;
    padding: 0;
    background-image: none;
    background: transparent;
}

h2 {
    text-align: center;
    margin-top: 20px;
}

table {
    border-collapse: collapse;
}

th,
td {
    padding: 10px;
    text-align: center;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

table {
    margin-top: 31px;
}

.fixed-width {
    min-width: 25rem;
    max-width: 25rem;
}

.top{
    margin: 2rem;
}

tr td:nth-last-child(-n+2) {
    width: 3rem;
}