/* Don't change the existing CSS. */

.box {
  background-color: blue;
  padding: 10px;
}

p {
  color: yellow;
  margin: 0;
  padding: 0;
}

.white-text {
  color: white
}

#outer-box {
  padding-top:10px;
  padding-bottom: 10px;
}