body {
  font-family: "Lato", sans-serif;
  min-height: 100vh;
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}
.content {
  padding: 0 50px 30px;
}
.premium-title {
  color: #728988;
  font-weight: normal;
  font-size: 18pt;
}
.premium-text {
  margin-bottom: 0;
  color: #000000;
  font-weight: normal;
  font-size: 12pt;
}
.font-weight-bold {
  font-weight: bold;
}
.link-color {
  color: #555555;
}
.link-color:hover,
.link-color:focus {
  color: #55555599;
}
