
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html{
	width:100%;
	height:100%;
	
}
.wrapper{
  margin:0 auto;
  text-align: center;
  max-width:600px;
  padding: 2%;
  background:;
}

@import url("https://fonts.googleapis.com/css?family=Sacramento&display=swap");
h1 span{
  font-size:4vh;
  line-height: calc(10px + 20vh);
/*   text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
    0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092;
  color: #fccaff; */
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
    font-family: 'Quicksand', sans-serif;
 text-transform: uppercase;
  text-align: center;
  animation: blink 1s infinite;
  -webkit-animation: blink 1s infinite;
}


h1 {
  font-size:4vh;
  line-height: calc(10px + 20vh);
text-transform: uppercase;
  
    color: #f6e3cc;
 font-family: 'Quicksand', sans-serif;
  text-align: center;
}

body {
  padding: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #cdc4b5;

}

@-webkit-keyframes blink {
  20%,
  24%,
  55% {
    color: ##f6e3cc;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
/*     color: #fccaff;
    text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
  text-shadow: 0 0 5px #f5e6d1, 0 0 15px #f5e6d1, 0 0 20px #f5e6d1, 0 0 40px #f5e6d1, 0 0 60px #c0a890, 0 0 10px #c0a890, 0 0 98px #baa196;
    color: #fff6e4;
  }
}

@keyframes blink {
  20%,
  24%,
  55% {
    color: #eeddc3;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
/*     color: #fccaff;
    text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
  text-shadow: 0 0 5px #f5e6d1, 0 0 15px #f5e6d1, 0 0 20px #f5e6d1, 0 0 40px #f5e6d1, 0 0 60px #c0a890, 0 0 10px #c0a890, 0 0 98px #baa196;
    color: #fff6e4;
  }
}