.text-giga {
  font-size: 64px;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 50px;
}

.text-xl {
  font-size: 22px;
}

.text-lg {
  font-size: 20px;
  line-height: 140%;
}

.text-sm {
  font-size: 14px;
}

.links {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}

.links.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

@media screen and (max-width: 479px) {
  .text-lg {
    font-size: 20px;
  }

  .text-xl {
    font-size: 28px;
  }

  .text-giga {
    font-size: 38px;
  }
}
