body, html {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #F5F5EB;
}

a:link {
    color: #C0A100;
}

a:visited {
    color: #C0A100;
}

a:hover {
    color: #C0A100;
}

a:active {
    color: #C0A100;
}

.back-to-top-text {
  font-size: 90%;
  margin-bottom: 5px;
}

.title-text {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 15px;
}

.subtitle-text {
  font-size: 110%;
  font-style: italic;
}

.header-text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 120%;
  font-weight: 400;
  margin-top: 15px;
  color: #444444;
}

.paragraph-text {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 140%;
  margin-top: 15px;
  color: #444444;
}

.bottom-text {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 140%;
  margin-top: 20px;
}
