/* Center the banner image on the landing page */
.index-content img {
    display: block;
    margin: 0 auto 2rem;
    max-width: min(400px, 100%);
    height: auto;
}

/* Allow table to scroll horizontally on narrow viewports */
.index-content table {
    overflow-x: auto;
}
