body {
  background-image: url('img/mosaic.png');
  font-family: 'PT Sans', sans-serif;
  max-width: 750px;
  display: block;
  margin: auto;
}


.button {
  margin: 50px 15px;
  padding: 20px;
  background: red;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  display: block;
  text-align: center;
}
.button:hover {
  background: maroon;
}

h1 {
  color: white;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  font-size: 78px;
  margin: 0;
}
  h2 {
    color: white;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 48px;
    margin: 0;
  }
  h3 {
    color: white;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 24px;
    margin: 25px 0 10px 0;
    padding: 0 15px;
  }
p {
  color: white;
  font-size: 18px;
  padding: 0 15px;
  margin: 0;
}
  p.splash {
    text-align: center;
    padding: 25px 0 0 0;
  }
  span.subtitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: 'Oswald', sans-serif;
  }
img.logo {
  width: 200px;
  display: block;
  margin: 25px auto;
}
  .logo.small {
    width: 100px;
  }
ul {
  list-style-type: none;
  margin: 0 0 50px 0;
  padding: 0;
}
  ul a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
  }
  ul li {
    margin: 0 0 10px 0;
  }
hr {
  margin: 50px 15px; 
  display: block;
}
.red {
  color: red;
}
.green {
  color: green;
}
.rage {
  text-transform: uppercase;
}
img.cannon {
  display: block;
  margin: 25px auto;
}