/* Simple, readable, minimal style inspired by bettermotherfuckingwebsite.com */
html {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 18px;
  background: #fff;
  color: #222;
}
body {
  margin: 0;
  padding: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}
h1, h2, h3 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
h1 { font-size: 2.2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
p, ul, li {
  font-size: 1em;
  line-height: 1.6;
}
ul.apps-list {
  padding-left: 1.2em;
  margin-bottom: 2em;
}
li.app {
  margin-bottom: 1.5em;
}
.meta {
  color: #888;
  font-size: 0.95em;
  margin-bottom: 0.2em;
}
.desc {
  margin-top: 0.2em;
}
a {
  color: #0074d9;
  text-decoration: underline;
}
a:hover {
  color: #005fa3;
}
#airglow-logo {
  height: 40px;
  margin-bottom: 1em;
}
#footer {
  color: #888;
  text-align: center;
  font-size: 0.8em;
  margin-top: 2em;
}
hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: none;
  border-top: 1px solid #ccc;
}
