#pixel-container {
    display: grid;
    grid-template-columns: repeat(28, 1fr);
    /* justify-content: center; */
    justify-items: center;
    width: 100vw;
}
#pixel-container span {
    font-family: sans-serif;
    font-size: 9.5px !important;
    height: 14px !important;
}
