/* Main stuff */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:800);

.text1 {
  font: 4em/1 Open Sans, Impact;
  text-transform: uppercase;
  fill: url(#gr-simple1);
}
.text2 {
  font: 2em Open Sans, Impact;
  text-transform: uppercase;
  fill: url(#gr-simple2);
}

/* Other stuff */
body {
  background: #FFF;
  margin: 0;
}

svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
