body {
  background: linear-gradient(black, white);
  background-repeat: no-repeat;
  height: 100%; }

.main {
  margin-top: 20px; }

.splash {
  margin-top: 30px; }

.brand-intro {
  color: white;
  font-family: "Lucida Console", Monaco, monospace; }
  .brand-intro h1 {
    font-size: 4em;
    font-weight: bold; }
  .brand-intro p {
    font-size: 1.5em; }
    .brand-intro p .tagline {
      font-style: italic; }
