.red {
  background: red;
}

.green {
  background: green;
}

.border {
  border: 1px solid black;
}
