body {
  background: #312dfb;
  color: white;
  font-family: var(--ea-font-family-helvetica-now-display);
}
.nav-color,
.nav-color a {
  color: white !important;
}
.footer-nav-items a {
  color: white;
}

.container-text #content {
  display: block;
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center bottom;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: auto;
  width: 100%;
  font-size: var(--ea-font-size-h1);
  font-family: var(--ea-font-family-locomotive-new);
  line-height: 1.1;
}
