html,
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  font-family: "Source Sans 3", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.site-shell {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 38px auto;
  max-width: 650px;
  min-height: calc(100vh - 76px);
  padding: 0 10px;
  width: 100%;
}

.site-header {
  margin-bottom: 28px;
  text-align: center;
  width: 100%;
}

.name-heading {
  font-size: 16px;
  margin: 0;
  text-align: center;
  width: 100%;
}

.name-heading strong,
.name-heading a {
  font-weight: 700;
}

a {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.15s ease;
}

a:visited {
  color: #000;
}

a:hover {
  opacity: 0.7;
}

.intro {
  margin: 0 0 20px;
  width: 100%;
}

.eyebrow {
  color: #666;
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.35;
  margin: 0 0 6px;
}

h1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
  text-transform: uppercase;
}

p {
  margin: 0;
  max-width: 40rem;
}

.game-art {
  margin: 0;
  width: 100%;
}

.game-art img {
  background-color: #efefef;
  border-radius: 4px;
  display: block;
  height: auto;
  width: 100%;
}

.game-art figcaption {
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
}

.footer {
  font-size: 16px;
  margin-top: 24px;
  text-align: center;
  width: 100%;
}

@media (max-width: 600px) {
  .site-shell {
    margin: 28px auto;
    min-height: calc(100vh - 56px);
  }
}
