header {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 25px;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}



footer {
  display: flex;
  justify-content: center;
  font-size: .8rem;
}