html {
    background-color: #fafafa;
}

body {
    font-size: 18px;
    line-height: 1.6em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

img {
    border-radius: 6px;
}

#welcome {
    padding-top: 1em;
    padding-bottom: 1em;
}

#welcome h1 {
    margin-bottom: 0.2em;
}

#footer {
    margin-top: 4em;
    padding-bottom: 1.2em;
    padding-left: 2em;
    text-align: center;
}

.game-list {
    max-width: 400px;
}

.game-sel {
    transition: transform .2s;
}
.game-sel:hover {
    transform: scale(1.05);
}

#lastUpdated {
    margin-top: 2em;
}

#main {
    padding-top: 1.5em;
}

.content table {
    width: auto;
}

.content .tag {
    font-size: 0.8em;
}

.container {
    padding-left: 1em;
    padding-right: 1em;
}

.subsection {
    margin-left: 1em;
    margin-bottom: 1.5em;
}

.content .post-list-item {
    margin-left: 1.0em;
    margin-bottom: 1.0em;
    line-height: 1.5em;
}

.content .post-list-item p {
    margin-bottom: 0.5em;
}

.content .post-header {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

.content .post-header p {
    line-height: 0.5em;
}

.content .post-header h1 {
    margin-top: 0em;
}

.content h1 > a {
    color: #000;
}

.content p.post-info {
    font-size: 0.8em;
    letter-spacing: 0.08em;
    line-height: 1.2em;
    margin-top: -0.5em;
}

.content .post-body {
    margin-top: 1em;
    margin-bottom: 2em;
}

.highlight {
    border-radius: 6px;
}

.content pre {
    font-size: 17px;
}

.content ::placeholder {
    color: #222;
}

#TableOfContents {
    padding-bottom: 1.5em;
}

figcaption h4 {
    font-size: 1em !important;
    font-weight: 400 !important;
}

.box {
    background-color: #eee;
    border-radius: 6px;
}

.tag:not(body) {
    background-color: #eee;
    border-radius: 6px;
}
