body{
  background: linear-gradient(to top, #000 20%, #5D6D7E 80%);
  background: repeating-linear-gradient(45deg, #500000, #200000 50%) 0 / 3% 2%;
  background: repeating-linear-gradient(45deg, red, #500000 33%, red 66%) 0 / 5% 15%;
  background: repeating-linear-gradient(45deg, red, #500000 3%, black 7%) 0 / 100% 100%;
  background: linear-gradient(to right, black, red 5%, #500000 20%, #500000 40%, #500000 60%, #500000 80%, red 95%, black 100%) 0 / 100% 100%;
  background: linear-gradient(to right, black, grey 5%, #566573 20%, #17202A 25%, #000 50%, #17202A 75%, #566573 80%, grey 95%, black 100%) 0 / 100% 100%;
  background: repeating-linear-gradient(60deg, #000, #566573 15%, #17202A 25%, #000 35%, #17202A 75%, #566573 85%, #000) 0 / 100% 100%;
}
.title {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 40;
  font-size: 50px;
  color: #FD240A;
}
.text {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 20;
  font-size: 20px;
  color: #fff;
  vertical-align: top;
  text-shadow: 0 0 5px #000,
               0 0 10px #000,
               0 0 15px #000;
}
.titleglow{
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #F0F0F0  ,
               0 0 35px #F0F0F0  ,
               0 0 40px #F0F0F0  ,
               0 0 50px #F0F0F0  ,
               0 0 75px #F0F0F0  ;
  }
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.link-text {
  font-family: 'impact';
  font-style: normal;
  font-weight: 40;
  font-size: 20px;
  color: #fff;
  vertical-align: top;
  text-shadow: 0 0 5px #000,
               0 0 10px #000,
               0 0 15px #000;
}

