div{
  height: 100px;
}
.yellow{
  background-color: #FFCC00;
}

.black{
  background-color: #484848;
  margin: 10px 0 10px;
  color: white;
}
