body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   background: #2c3e50;
   color: #ecf0f1;
}

.header {
  padding: 15px;
  background: #e74c3c;
}

.header h1 {
  font-size: 1.2em;
  text-align: center;
}

.header span {
	font-size: 0.8em;
}

.header a {
  display: inline;
  padding: 0;
  background: transparent;
  font-weight: normal;
}

.intro, #container {
  background: #e74c3c;
  margin: 15% auto;
  width: 75%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 30px;
  text-align: justify;
}

.intro p {
  font-size: 1em;
}

a {
  display: block;
  background: #c0392b;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
}

.intro a {
  height: 70px;
  margin-bottom: 30px;
  font-size: 4em;
}

#container {
  margin: 5% auto;
  display: none;
  width: 490px;
}

#container h4 {
  color: #bdc3c7;
}

#container h2 {
  font-size: 2em;
  text-align: center;
  margin: 15px;
}

#container h3 {
  text-align: center;
  color: #bdc3c7;
  font-weight: bold;
  margin: 20px;
  font-size: 1.7em;
}

