body {
  background: url('images/background.png') black no-repeat right top;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a {
  color: #08c;
  text-decoration: none;
}

#background-grad {
  background: linear-gradient(45deg, #0000CD, #FF4500);
  background: -webkit-linear-gradient(45deg, #0000CD, #FF4500);
  background: -moz-linear-gradient(45deg, #0000CD, #FF4500);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

#main-content {
  margin-top: 30px;
  background-color: #F0F8FF;
  opacity: 0.9;
  padding: 5% 10%;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#background-text {
  word-wrap:break-word;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: justify;
  opacity: 0.2;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  z-index: -1;
}
#background-text :nth-child(odd) {
  color:white;
}
#background-text :nth-child(even) {
  color:#b4c9f1;
}
#background-target {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
