body {
  margin:0;
}
.artboard {
  margin: 20px auto;
  width:800px;height:600px;
}
#illustration{
  position:absolute;
}
#leaf-container{
  position:absolute;
  width:800px;height:600px;
}
#leaf-container svg {
  position:absolute;
  fill:#CF1D0E;
  opacity:.8;
}
#credit {
  position:absolute;
  right:20px;bottom:0px;
  text-align:right;
}