
body {
  background: #0d0d0d;
  color: white;
  font-family: Arial;
  text-align: center;
  padding: 20px;
}
#garment-thumbs img {
  width: 100px;
  margin: 10px;
  border: 2px solid transparent;
  cursor: pointer;
}
#garment-thumbs img.selected {
  border-color: orange;
}
#controls {
  margin: 20px;
}
#canvas-wrapper {
  position: relative;
  display: inline-block;
}
#garmentView {
  width: 300px;
  height: auto;
}
input[type="file"] {
  display: block;
  margin: 20px auto;
}
