.footer {
  position: fixed;
  bottom: 0;
  width: calc(100vw - 10rem);
  padding-bottom: 1.5rem;
}

.half-width-limit {
  max-width: 50%;
}
