@import url(https://fonts.googleapis.com/css?family=Raleway:800,400,300);

body{
  background-color:  black;
}

h1 {
  position: relative;
  top: 30vh;
  text-align: center;
  color: #fff;
  text-shadow: 0px -1px 4px white, 0px -2px 10px yellow, 0px -10px 20px #ff8000, 0px -18px 40px red;
  font-size: 12vh;
}