footer {
  width: 100%;
  height: 30cqh;

  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}

#footer-section {
  width: 75%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

#footer-section > h2 {
  font-family: 'Tomorrow';
  font-weight: 600;
  font-size: 3.5cqh;

  text-shadow:
    var(--primary1) -0.125cqh -0.125cqh 0px,
    var(--primary2) 0.125cqh 0.125cqh 0px;

  margin: 0 0;
}

#footer-section > h4 {
  font-family: 'Roboto Mono';
  font-weight: 300;
  font-size: 1.5cqh;
  color: var(--text-main);
  text-wrap: nowrap;
  margin: 0 0;
}

#footer-section > h3 {
  font-family: 'Tomorrow';
  font-weight: 300;
  font-size: 2.2cqh;
  color: var(--text-inverse);

  margin: 2cqh 0 0 0;
  width: fit-content;
  background: var(--primary3);
  padding: 0 0.5cqh;
}