.pixel {
  width: 13px;
  height: 13px;
  border: 1px solid lightgrey;
}

.pixels {
  background-color: white;
  border-collapse: collapse;
  width: 500px;
  height: 500px;
}

