body {
    font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    max-width: 1024px;
    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: 2em;
    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: 16px;
}

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

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

.content .post-header p {
    line-height: 0.5em;
    color: var(--bulma-body-color);
}

.content h1 > a {
    color: var(--bulma-body-color);
}

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

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

.highlight {
    border-radius: 6px;
}

.content pre {
    color: #f8f8f2;
    background-color: #272822;
    font-size: 16px;
    margin-bottom: 1em;
}

.content code {
    font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
}

.content ::placeholder {
    color: var(--bulma-body-color);
}

#TableOfContents {
    padding-bottom: 1.5em;
}

figcaption h4 {
    font-size: 18px !important;
}

.box {
    background-color: var(--bulma-background-hover);
    border-radius: 6px;
    --bulma-shadow: 0;
}

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

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

a:link.rss, a:visited.rss {
  font-size: x-small;
  color: #fff;
  background-color: #ff6600;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  text-decoration: none;
  padding: 0.25em;
  margin-left: 0.25em;
  border: 1px solid #ff6600;
  vertical-align: top;
}
