html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font: 12px Lato, sans-serif;
  color: #ffffff;
}

a {
  color: #ffffff;
}

.container {
  min-height: 100vh;
  min-height: 100dvh;
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0;
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
h1 {
  font-family: densmore;
  color: #ffbba5;
  opacity: 0.7;
  font-size: 80px;
  line-height: 0.95;
  margin: 50px auto 30px;
  text-transform: uppercase;
}

h2 {
  font-size: 12px;
  color: #333333;
  line-height: 12px;
  font-style: italic;
  font-weight: normal;
  margin: 4px 0 18px;
}

h2 a {
  color: #333333;
  text-decoration: none;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 500;
}

blockquote b a {
  font-size: 20px;
  line-height: 1.2;
}

blockquote {
  display: block;
  max-width: 480px;
  margin: 15px auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #e1e1e1;
  font-size: 16px;
  line-height: 26px;
  box-sizing: border-box;
}

.button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 24px;
  color: #000;
  border: 1px solid #000;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

#more-content {
  display: none;
}

.discover-wrap {
  margin: 0 auto;
}

.poem {
  display: block;
  font-style: italic;
  margin: 0 0 16px;
}

.story {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  margin: 0 0 16px;
  padding: 0;
}

.notes {
  margin: 0 0 16px;
  line-height: 1.45;
}

.links-heading {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin: 0 5px 10px;
  line-height: 1.6;
  text-align: center;
}

.links {
  font-weight: 400;
  color: #000;
  margin: 0 5px;
  line-height: 1.6;
  text-align: center;
}

.links a {
  color: #000;
  text-decoration: none;
}

.novel-link {
  text-align: center;
  margin: 12px 5px 0;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.novel-link a {
  color: #000;
  text-decoration: none;
}

.novel-link a:hover {
  text-decoration: underline;
}

.copyright {
  text-align: center;
  color: #000;
  padding: 8px 5px 2rem;
}

@media only screen and (max-width: 480px) {
  .container {
    display: table;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
  }

  .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0 10px;
  }

  body h1 {
    font-size: 55px;
    line-height: 60px;
    margin: 0 auto 30px;
  }

  blockquote {
    display: block;
    width: auto;
    margin: 15px auto;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    font-size: 14px;
    line-height: 21px;
  }

  blockquote a {
    color: #000;
  }

  .button,
  .discover-wrap {
    max-width: 150px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
  }
}