
.centered {
  position: fixed;
  height: 75%;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.bob-para {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: "Akkurat";
}

.extra-text {
  color: #BC0708;
  font-size: 13px;
  font-family: "Akkurat-Light";
  padding-right: 36px;
}
.primary-text {
  padding-left: 48px;
  padding-right: 48px;
}

.big-title {
  font-family: "Torrent";
  font-size: 68px;
  color: #BC0708;
}
