.title {
  display: flex;
  justify-content: center;
  font-size: 26px;
}

body {
  padding: 5rem;
}

footer {
  display: flex;
  justify-content: center;
  margin: 1rem auto;
  padding-top: 3rem;
}
