footer {
  position: absolute;
  bottom: 0;

  display: flex;
  justify-content: center;

  height: 50px;
  width: 100%;

  background-color: #dfdfdf;
  border-top: 2px #999 solid;
}

.footer-content-container {
  width: 85%;
  height: 100%;
}

.footer-content-container > p:first-of-type {
}
