.footer {
  background: #0077be;
  color: white;
  min-height: 60px;
  /* padding: 15px 5%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: auto;
}

.footer span {
  margin: 0 3px;
}