body {
    background-color: #111111;
    color: #80ef80;
    font-family: "sans-serif";
    font-size: 16pt;
}

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

.centered {
    margin-right: auto;
    margin-left: auto;
    max-width: fit-content;
}


.site-header {
    font-size: 4rem;
}

.table-header {
    font-size: 2rem;
}
.table-row  {
    padding: 4px;
    width: 100%;
}

.bigtable {
    display:flex;
    flex-direction:column;
    max-width: 800px;
    width: 90%;
    margin-left:auto;
    margin-right: auto;
}

.emoji {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.fedi-link {
    white-space: nowrap;
}

.pack-image {
    width: inherit;
    max-width: fit-content;
    object-fit: contain;
}
