/*body{
  margin: 0px;
  padding: 0px;
  background-size:100%;
  font-family: cursive, Helvetica,sans-serif;
  font-size: 16px;
  background: #3498F4;
  background: url('../img/unity.jpg') no-repeat scroll 50% 0% #3498F4;
}*/
#title{
    text-align: center;
}
.glow {
  font-size: 40px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #00b0e6, 0 0 40px #00b0e6, 0 0 50px #00b0e6, 0 0 60px #00b0e6, 0 0 70px #00b0e6;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #94e1f9, 0 0 40px #94e1f9, 0 0 50px #94e1f9, 0 0 60px #94e1f9, 0 0 70px #94e1f9, 0 0 80px #ff4da6;
  }
}
