div{
  height: 100px;
}
.yellow{
  background-color: rgb(221, 245, 6);
}
.black{
  background-color: #000;
}
