.row {
  clear: left;
 }

.controls {
 padding: 4px;
 margin-bottom: 10px;
 word-spacing: 4px;
 }

.label {
  text-align: right;
  float: left;
 width: 60px;
 height: 20px;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-right: 40px;
   background-color: white;
 color: lightGray;
 }

.pixel {
  float: left;
 width: 20px;
 height: 20px;
  // border: 1px solid white;
 }
