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


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

body {

  font: 12.5em/.6 Open Sans, Impact;
  text-transform: uppercase;
  margin: 20px;
  background-image: url(descartes-rainbow.png);
  background-repeat:no-repeat;
  background-position: center center;
}

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