/**************** Footer ****************/
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 1em;
}

footer p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  opacity: 0.5;
}