body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}

.content {
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
}

.message {
  text-align: center;
}

.footer {
  position: fixed;
  bottom: 0;
  padding: 1.5rem;
  width: 100%;
}

.footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

.footer__link {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem 1.5rem;
}

