.text nothing
View Compiled
html {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #010101;  
  font-size: 74px;
  font-family: 'Monoton', cursive;
}

.text {
  color: #c6e2ff;
  text-shadow:
    0 0 6px rgba(202,228,225,0.92),
    0 0 30px rgba(202,228,225,0.34),
    0 0 12px rgba(30,132,242,0.52),
    0 0 21px rgba(30,132,242,0.92),
    0 0 34px rgba(30,132,242,0.78),
    0 0 54px rgba(30,132,242,0.92);
}
View Compiled
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.