/**
 * Using some off white for the background color and
 * padding the top.
 */
 body {
  background: #F0F2F5;
  width: 500px;
  padding-top: 10px;
  padding-left: 20px;
}


