body { background: #1b1b1b;}

#matt-good {
  width: 440;
  height: 110;
  /*
  color: white;
  text-align: center;
  font-size: 80px;
  font-family: 'Goudy Bookletter 1911';
  font-family: 'Kaffeesatz Thin';
  font-family: 'Gentium Book Basic Regular';
  font-family: 'Junction';
  font-family: 'Gauntlet Classic';
  font-family: 'M+ 2p Regular';
  */
  background: url(../images/matt_good.png);
  text-indent: -9999px;
  margin: 100px auto 0px;
}

#projects, #blog {
  display: block;
  width: 220px;
  height: 140px;
  text-indent: -9999px;
  margin: 20px auto;
}

#blog {
  background: url(../images/musing.png);
}

#projects {
  background: url(../images/coding.png);
}

