body {
  margin: 0;
  font-family: Georgia, serif;
  background: #fff8ee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}

.container {
  text-align: center;
  max-width: 600px;
  padding: 1rem;
}

h1 {
  font-size: 1.8rem;
  color: #444;
}

footer {
  position: absolute;
  bottom: 5px;
  border-top: 1px solid rgb(227, 227, 227);
  padding: 15px 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
