@charset "utf-8";
/* CSS Document */

.foo {
  float: left;
  width: 20px;
  height: 15px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.blue {
  background:rgb(66, 133, 244);
}

.red {
  background:rgb(219, 68, 55);
}

.purple {
  background: #ab3fdd;
}

.wine {
  background: #ae163e;
}
.orange {
  background: rgb(244, 180, 0);
}
