.paint-panel {
  border: 2px solid #333;
  display: inline-block;
  margin: 20px;
}

#paintCanvas {
  background-color: #fff;
  cursor: crosshair;
}
