@font-face {
  font-family: "Hand of Sean";
  src: url(../fonts/handsean.ttf);
}

h1, h2 {
  font-family: "Hand of Sean", "Comic Sans", "Balloon", Arial;
}

.hello {
  padding-top: 2em;
  text-align:center;
}

.about {
  margin-bottom: 2em;
}
.about a i{
  margin:0;
}
.app h3 {
  font-weight: lighter;
}
.app .text{
  margin: 0 1em;
}
.mac-app-store-links {
  text-align:center;
}
.app .github-links {
  text-align:center;
}
.app .github-links a{
  color:inherit;
  font-weight: bold;
}
.app .image {
  text-align: center;
  display: inline-block;
  width:247px;
  height:243px;
  line-height:243px;
}
.app .image img{
  max-width: 200px;
  vertical-align: middle;
}
.app {
	margin-bottom: 2em;
}

#footer {
  margin-top: 2em;
}
#footer a {
  color:#20bcc6;
}