body {
    font-size: 1.25rem;
    line-height: 1.6;
    padding: 5vw;
    font-family: -apple-system,
                  BlinkMacSystemFont,
                  "Segoe UI",
                  Roboto,
                  Helvetica,
                  Arial,
                  sans-serif,
                  "Apple Color Emoji",
                  "Segoe UI Emoji",
                  "Segoe UI Symbol";
}

a {
    color: inherit;
}

img {
    max-width: 150px;
}


button {
    font: inherit;
    cursor: pointer;
    border: 2px solid transparent;
    background: inherit;
    display: flex;
    text-align: left;
    border-radius: 8px;
    gap: .5em;
    align-items: start;
    line-height: 1;
    font-weight: bold;
    padding: .35em 1em;
}

table {
    border: 1px solid #aaa;
    border-collapse: collapse;
}

thead {
    text-align: left;
}

tr, td, th {
    text-align: left;
    padding: .75em 1em;
    border: 1px solid #aaa;
}

small {
    font-style: italic;
}
