html {
  background: #101010;
  background: linear-gradient(to top, #202020, #000000) fixed;
}

body {
  width: 600px;
  margin: 0 auto;
  color: white;
  font-family: 'Zilla Slab', serif;
  text-align: center;
}

#title {
  margin-top: 5%;
  color: white;
  font-family: 'Zilla Slab', serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

p {
  margin-bottom: 0.8em;
  color: white;
  font-family: 'Zilla Slab', serif;
  font-weight: 300;
  font-size: 18px;
  text-align: start;
}

a {
  color: #aaa;
}

h1 {
  margin-top: 1em;
  font-size: 36px;
}

h2 {
  margin-top: 2em;
  font-size: 24px;
}

h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 16px;
  text-align: start;
}

.tiny {
  font-family: 'Zilla Slab', serif;
  font-weight: 300;
  font-size: 36px;
}

#screenMain {
  width: 400px;
  margin: 0 auto;
}

#appStoreBadge {
  width: 140px;
}

p.lastUpdated {
  margin-top: 3em;
  margin-bottom: 3em;
  color: #888;
  font-size: 12px;
}

a,
a:focus,
a:active,
a:visited {
  -moz-outline: none;
}
