body {
    background-color:black;
    color:white;
    font-family: sans-serif;
}

section {
    display:flex;
    justify-content:center;
    align-items:center;
}

img {
    box-sizing: border-box;
    border:20px solid white;
    max-width: 100%;
    max-height: 85vh;
    width: auto;
    height: auto;
}

table {
    max-width: 100%;
}

td {
    text-align: center;
    font-size: 1.1em;
    padding: 6px 0;
    word-break: break-word;
}

a {
    color: white; text-decoration:none;
}

p {
    border: 10px;
}

@media (max-width: 600px) {
    img {
        border-width: 8px;
        max-height: 75vh;
    }

    td {
        font-size: 1.3em;
        padding: 10px 8px;
    }
}
