/* .outline-1 {
    letter-spacing: 3px;
    text-shadow:
           1px 1px 0 white,
          -1px -1px 0 white,  
           1px -1px 0 white,
          -1px 1px 0 white;
} */

.outline-2 {
    /*letter-spacing: 3px;
    text-shadow:
           2px 2px 0 white,
          -2px -2px 0 white,  
           2px -2px 0 white,
          -2px 2px 0 white;*/
    -webkit-text-stroke: 2px #dee2e6; 
    paint-order: stroke fill;
}

/* .outline-3 {
    letter-spacing: 3px;
    text-shadow:
           3px 3px 0 white,
          -3px -3px 0 white,  
           3px -3px 0 white,
          -3px 3px 0 white;
} */

.outline-4 {
    letter-spacing: 1px;
    /*text-shadow:
           4px 4px 0 white,
          -4px -4px 0 white,  
           4px -4px 0 white,
          -4px 4px 0 white;*/
    -webkit-text-stroke: 4px white; 
    paint-order: stroke fill;
}

/* .outline-5 {
    letter-spacing: 3px;
    text-shadow:
           5px 5px 0 white,
          -5px -5px 0 white,  
           5px -5px 0 white,
          -5px 5px 0 white;
} */