body {
  padding-bottom: 40px;
}

h1 {
  font: 100px "Cabin Condensed";
  text-align: center;
}

h2 {
  font: 36px "Cabin Condensed";
  text-align: center;
  margin: 50px 0 20px;
}

.actions {
  text-align: center;
}

.subtitle {
  text-align: center;
}

header {
  margin: 60px 0 50px;
}

section {
  width: 500px;
  margin: 0 auto;
}

ul.screenshots {
  width: 500px;
  margin: 0 auto;
}

ul.screenshots li {
  margin-bottom: 50px;
}

ul.screenshots img {
  border: 1px solid #ddd;
  box-shadow: #ddd 2px 2px 10px;
}
