#body {
  font-family: 'Londrina Shadow', cursive;
}
h1 {
  color:#493623;
  font-family: 'Londrina Shadow', cursive;
  font-size: 36px;
  font-weight:900;
  text-shadow: 10px 5px #FF8000;
}
.container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
span {
  font-weight: lighter;
  color: #999;
  font-size: 9px;
  margin: 0px;
}
img {
  max-width: 100%;
  height: auto;
}
