.list-inline-item:not(:last-child) {
  margin-right: 2rem;
}

.fit-cover {
  object-fit: cover;
}

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

footer {
  /*bottom: 0;*/
  width: 100%;
  position: absolute;
}

