.verticalMenu {
  margin: -1% +30% +4.5% -12%;
  font-size: 1em;
  color: #979393;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.grid-elt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contributor {
  font-weight: bold;
  font-size: 1.1em;
}

.contributor,
.role {
  margin: 0;
  padding: 0;
}

.screenshot {
  width: 900;
  object-fit: contain;
}

.itch-iframe {
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

hr.solid {
  border-top: 2px solid #bbb;
  margin-top: 20;
  margin-bottom: 20;
  margin-left: 120;
  margin-right: 120;
}

#stickynav {
  display: block;
  height: 35px;
  width: 100%;
  z-index: 9999;
}

#stickynav #nav2 {
  position: fixed;
  z-index: 9999;
  margin: 4% 19% -8% 0%;
}

#stickynav #nav2 li {
  display: block;
}

#stickynav #nav2 li a {
  display: block;
  margin-right: 8px;
  padding: 5px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#stickynav #nav2 li a:hover {
  text-decoration: none;
  background: #d8f0d0;
}

#stickynav #nav2 li a.nav-active {
  color: #000;
}

.bibtex {
  border: solid 1px #ccc;
  background: #f2f2f2;
  padding: 5px 15px;
  border-radius: 2px;
  font-family: consolas, monospace;
  margin: 10px 0 20px;
}

.bibtex pre {
  margin: 0;
  padding: 0;
}

.story-prompt {
  margin: 0 0 20px 0;
}

.story-text {
  font-size: 120%;
  margin: 0 0 0 0;
}

.puzzle-header {
  font-weight: bold;
  margin: 0 0 0 0;
}

.puzzle-detail {
  margin: 0 0 0 0;
}

.column {
  float: left;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.left {
  width: 10%;
}

.right {
  width: 90%;
}
