h1 {
  font-weight: lighter;
  color: white;
  margin-bottom: -20px;
}

h2 {
  margin-bottom: 50px;
}

h3, h4 {
  margin-bottom: -20px;
  font-weight: lighter;
}

h6 {
  margin-top: -10px;
}

h5 {
  font-weight: lighter;
}

body { 
  background: #111 url(../img/bg.png);
  font-family: Arial, Helvetica, sans-serif;
  padding: 40px;
  color: #dedede;
}

div#flexid {
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 40px;
  background: #212121;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

section#first {
  display: block;
  margin-bottom: 50px;
}

small#req {
  font-style: italic;
}

a:link, a:visited, a:hover {
  color: #1ac1d0;
}


strong, small {
  color: white;
}
