:root {
    --text-color: #0a0909;
}

body {
    display: flex;
    overflow: hidden;
    position: relative;
    margin: 0;
    image-rendering: pixelated;
}

::-webkit-scrollbar {
    display: none;
}

table {
    font-size: 13px;
    font-family: 'ms ui gothic';
    text-align: center;
    border: 0;
    align-items: center;
    align-self: center;
    text-transform: uppercase;
    -webkit-border-vertical-spacing: 4.5px;
    color: var(--text-color);
    font-weight: bold;
    background: white;
}

td {
    border-radius: 2px;
    background: white;
    color: var(--text-color);
    font-size: 14px;
    padding: 2px;
}

.week {
    background: white;
    color: var(--text-color);
    font-size: 9.5px !important;
}

.month {
    background-position: center;
    letter-spacing: 2.4px;
    height: 21px;
    color: var(--text-color);
}

.week, .month {
    font-weight: bold;
    font-size: 14px;
}

.date {
    color: #c20a0a;
}