.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 54px rgba(202,228,225,1);
}
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.