/* GitHub Calendar */
.gh-calendar-wrap {
    overflow-x: auto;
    display: flex;
    justify-content: center;
}

.gh-calendar-wrap svg {
    display: block;
}

/* Base */
body {
    background-color: #000;
}