body, html {
  margin: 0;
  padding: 0;
  background-color: #fdf6e3;
}

#about {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-family: system-ui;
}

#instructions {
  margin: 0 auto;
  padding-top: 100px;
  width: 500px;
  font-family: system-ui;
  font-size: 120%;
}
