html, body {
  height: 100%;
}

body {
  background-image: url("autumn.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: #FFD17A;
}

canvas {
  display: block;
}

#leaf {
  display: none;
}
