.page-container {
  position: relative;
  min-height: 100vh;
}

.content-wrap {
  padding-bottom: 4.5rem;
}

.footer {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  width: 100%;
  height: 3.5rem;
}

.icon-large {
  font-size: 1.3rem;
}
