/* CSS Document */
#canvas-box {
  width: 200px;
  height: 200px;
}

#box1 {
  margin: 5px;
  line-height: 100px;
  text-align: center;
  width: 100px;
  height: 100px;
  border: 1px solid black;
  background-color: #66FF33;
}

#box2 {
  margin: 5px;
  line-height: 100px;
  text-align: center;
  width: 100px;
  height: 100px;
  border: 1px solid black;
  background-color: #66CCFF;
}

#download-btn {
  margin:10px;
}

