body {
    background: linear-gradient(to left,black,rgb(255, 0, 0),#0004ff,#23a6d5);
    background-size: 400% 400%;
    margin: 0%;
    height: 100vh;
    animation: gradient 3s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

body {
    text-align: center;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: aliceblue;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #000000, 0 0 35px #000000, 0 0 40px #000000, 0 0 50px #ff0000, 0 0 75px #000000;
}
h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: aliceblue;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #000000, 0 0 35px #000000, 0 0 40px #000000, 0 0 50px #000000, 0 0 75px #000000;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
 font-family: Arial, Helvetica, sans-serif;
}

.area {
  text-align: center;
  font-size: 6.5em;
  color: #fff;
  letter-spacing: -7px;
  font-weight: 700;
  text-transform: uppercase;
  animation: blur .75s ease-out infinite;
  text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;
}

@keyframes blur {
  from {
    text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px rgb(0, 0, 0),
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;
  }
}
img {
    border-radius: 20%;
    border: 0px solid #000000;
    box-shadow:0 0 5px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 20px #ffffff, 0 0 35px #ffffff, 0 0 40px #ffffff, 0 0 50px rgb(0, 0, 0), 0 0 75px #ff0000;
}

button {
    color:#ffffff;
    background-color: #222;
    border: none;
    cursor: pointer;
    padding: 17px 60px;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 0px 0px 5px rgb(255, 255, 255), 0px 0px 7px rgb(255, 0, 0);
}
button:hover {
box-shadow:0 0 5px rgb(0, 0, 0), 0 0 10px rgb(255, 0, 0), 0 0 15px rgb(255, 0, 0), 0 0 20px #ffffff, 0 0 35px #ffffff, 0 0 40px #ffffff, 0 0 50px rgb(0, 0, 0), 0 0 75px #ff0000;
}

p {
    color: #000000;
}







