Full Page Background Image
}
font-family: Times New Roman;
}
.glow {
font-size: 80px;
color: #abffeb;
text-align: center;
animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
from {
text-shadow: 0 0 10px #00a6ff, 0 0 20px #00a6ff#00a6ff, 0 0 30px #00a6ff, 0 0 40px #00a6ff, 0 0 50px #00a6ff, 0 0 60px #00a6ff, 0 0 70px #00a6ff;
}
to {
text-shadow: 0 0 20px #00a6ff, 0 0 30px #00a6ff, 0 0 40px #00a6ff, 0 0 50px #00a6ff, 0 0 60px #00a6ff, 0 0 70px #00a6ff, 0 0 80px #00a6ff;
}
}
SIBYL <3