@font-face {
  font-family: 'SummerFire';
  src: url('http://virgen.io/css/fonts/SummerFire.eot');
  src: url('http://virgen.io/css/fonts/SummerFire.eot?#iefix') format('embedded-opentype'), url('http://virgen.io/css/fonts/SummerFire.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body{
	background-color:#000;
}

h1 {
	margin: 0;
	font-family: SummerFire, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20rem;
	font-weight:  100;
	letter-spacing: 2px;
	text-align: center;
	color: #f35626;
	transform: scale(0.8,1);
	background-image: -webkit-linear-gradient(92deg, #8E37D7, #852D91, #A3A1FF, #F24645);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 22s infinite linear;
	line-height: 0.45em;
	padding-bottom: 100px;

}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }