

/* Main styles */
@import url(http://fonts.googleapis.com/css?family=Papyrus:800);

.text {
  fill: url(#gr-radial);
}

/* Other styles */
html, body {
  height: 100%;
}

body {
  background: #000 -webkit-linear-gradient(0deg, #000 50%, #090F5D 50%);
  background: #000 linear-gradient(90deg, #000 50%, #090F5D 50%);
  background-size: .2em 100%;
  font: 7.5em/1 Papyrus;
 
 margin: 0;
}

svg {
  position: absolute;
  width: 100%;
  height: 60%;
  overflow: visible}

