footer {
  background-color: #111111;
  padding: 10px;

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

footer span {
  font-size: 0.8em;
  font-weight: 200;
}