
*{
  background-color: #000;
}
div {
  height: 100px;
}
.yellow {
  background-color: yellow;
}
.black {
  background-color: black;
}
