    body {
            margin: 0px;
            font-family: "BenchNine", sans-serif;
            font-weight: 300;
            font-style: normal;
            text-color: #030303;
            text-align: center;
            max-width: 40em;
            margin: 0 auto;
            padding: 10px;
        }
    img {
            width: 100%;
            margin: 10px 0px 10px 0px;
        }
    p, td {
            font-size: 110%;
        }
    figcaption {
            font-size: 80%;
        }
    table {
            margin-left: auto;
            margin-right: auto;
        }
    h2 {
            margin: 0px;
            font-family: "League Gothic", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            font-variation-settings: "wdth" 100;
        }
    .credits_left {
        text-align: right;
        width: 150px;
    }
    .credits_right {
        text-align: left;
        width: 150px;
    }
    a {
            color: #404040;
        }
    a:link {
            text-decoration: none;
    }
    a:visited {
            text-decoration: none;
    }
    a:hover {
            text-decoration: none;
    }
    a:active {
            text-decoration: none;
    }
