#header {
    width: fit-content;
}

img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}


#banners *{
    background-color:#7c7c7c;
}

:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}

b {
    font-weight: 800;
}

@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

body {
    padding: 20px;
    background-color: black;
    font-size: 15px;
    color: white;
}

.hti {
    padding: 10px;
}

table {
    padding: 10px;
}

td {
    padding: 0px 10px;
}

.content p{
    margin: 0;
}

a:visited, a, a:hover {
    text-decoration: none;
    color: #f4e3fc;
}
