html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  text-align: center;
}
  
body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  box-sizing: border-box;
  margin: 0;
}

div {
  width: 70%;
  background-color: rgb(240, 240, 230);
  padding: 2rem;
  margin: 4rem auto;
  border-radius: 2rem;
}

h1 {
  padding: 10rem;
}

footer {
  width: 100%;
  background-color: rgb(44, 44, 44);
  color: white;
  padding: 4rem auto;
  margin-top: 5rem;
}

  
p {
  width: 70%;
  margin: 4rem auto;
}

a {
  text-decoration: none;
  color: black;
}

footer a {
  color: white;
  text-decoration: none;
  font-size: small;
}

footer p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}