:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

table, td, tf {
    border: 1px solid #000000;
    border-collapse: collapse;
    padding: 10px;
    text-align: center;
    margin: auto;
    font-family: Inter, sans-serif;
    font-size: 12px;
    width: 320px;
}

a:link {
    color:  #000000;
    text-decoration: none;
}

#topTable {
    margin-top: 100px;
}

