html {
  position: relative;
}

body {
  background-color: rgb(209, 219, 235);
  margin: auto;
}

footer {
  position: fixed bottom;
}

h1 {
  font-size: x-large;
}
