/* Style sheet for colored squares example */
.square {
  width: 50px;
  height: 50px;
  border: 2px solid black;
  position: absolute;
}

#squarearea {
  width: 700px;
  height: 300px;
  border: 2px solid black;
  position: relative;
}
