.main {
  font-family: filson-pro,sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: calc(0.8rem + .6vw);
  line-height: 1.2em;
  font-style: normal;
  color: rgb(255,203,0);
}

#ttm-title {
  width: 618px;
  max-width: 90%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  /*font-family: filson-pro,sans-serif;*/
  /*font-weight: 700;*/
  /*font-style: normal;*/
  font-family: chantal, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -2px;
}

.versions-table {
  border-radius: 20px;
  padding: 20px;
  background: #ffffff;
  border: 3px solid rgb(0,0,0);
  margin: 0 10px 35px 10px;
}

@media (max-width: 575px) {
  .versions-table .col:not(:last-child) {
    margin-bottom: 27px;
  }
}

#special-edition {
  padding-top: 100px;
  padding-bottom: 100px;
  /*background: #dc6900;*/
}

#characters {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #dc6900;
}

#characters img {
  border: 5px solid rgb(0,0,0);
  background: #ffffff;
  margin: 20px;
  width: 150px;
  height: 150px;
  min-width: 150px;
}

.book-version-link {
  margin-right: 3px;
  margin-left: 3px;
  font-size: small;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-weight: 700;
  line-height: 1;
}

