html, body {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  background-color: #fef9eb;
  color: #222;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  height: 100%;
}
