.back {
  display: inline-block;
  margin: 20px 0 0 30px;
  font-family: "Courier New", monospace;
  font-size: 12px;
  color: #8a7a5e;
  text-decoration: none;
  letter-spacing: 1px;
}
.back:hover {
  color: #d49a3a;
}

.specs {
  max-width: 700px;
  margin: 40px auto;
  padding: 0 20px;
}

.specs h2,
.story h2 {
  font-family: Georgia, serif;
  color: #d49a3a;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #4a3a2d;
}

.specs table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.6;
}

.specs th {
  text-align: left;
  font-family: "Courier New", monospace;
  font-weight: normal;
  color: #6b8e4e;
  letter-spacing: 1px;
  padding: 6px 16px 6px 0;
  vertical-align: top;
  width: 100px;
  white-space: nowrap;
  border-bottom: 1px dotted #3a2d25;
}

.specs td {
  padding: 6px 0;
  color: #d8c9a8;
  border-bottom: 1px dotted #3a2d25;
}

.story {
  max-width: 700px;
  margin: 40px auto 80px;
  padding: 0 20px;
}

.story p {
  font-size: 14px;
  line-height: 1.7;
  color: #d8c9a8;
}

@media (max-width: 600px) {
  .specs th {
    width: auto;
    display: block;
    padding-bottom: 0;
    border-bottom: none;
  }
  .specs td {
    display: block;
    padding-top: 2px;
    padding-bottom: 12px;
  }
  .specs tr {
    display: block;
    margin-bottom: 8px;
  }
}