* {
font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.glow{
  font-size: 23px;
  color: #fff;
  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 #8526F8, 0 0 40px #8526F8, 0 0 50px 

#8526F8, 0 0 60px #8526F8, 0 0 70px #8526F8;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #00F2F8, 0 0 40px #00F2F8, 0 0 50px #00F2F8, 0 0 60px 

#00F2F8, 0 0 70px #00F2F8, 0 0 80px #00F2F8;
  }
}

h2 {
font-size: 11px;
letter-spacing: 2px;
color: #950CF7;
text-transform: uppercase;
text-shadow: -1px 0 #01AE01 0 1px #9E12FF, 1px 0 #9E12FF, 0 -1px #9E12FF;
}

.content {
font-size: 10px;
color: #ffffff;
letter-spacing: 2px;
margin-top: 20px;
margin-bottom: 30px;
}

h3 {
font-size: 12px;
padding: 20px;
background-color: #00FBFC;
width: 200px;
margin: auto;
border-left: 8px solid #950CF7;
border-right: 8px solid #950CF7;
color: #950CF7;
letter-spacing: 2px;
}

::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#ffffff;border-radius:20px}::-webkit-scrollbar-thumb{background:#950CF7;border-radius:20px;
::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#ffffff;border-radius:20px}::-webkit-scrollbar-thumb{background:#04FF04;border-radius:20px