Edit in JSFiddle


              
<div id="text8"
    <div style="text-align:center;">
        <h2>NYUS BLOG</h2>
</div>
#text8 h2 {
 font-weight:900px;
 font-size:47px;
 background:#f5e6fe;
 color:#fff;
 text-shadow:
   -1px -1px 0px #ddd,
   2px 1px 0px #f93e47,
   4px 2px 0px #f59b0f,
   6px 3px 0px #f5dc0f,
   8px 4px 0px #19a305,
   10px 5px 0px #057fa3,
   12px 6px 0px #052aa3,
   14px 7px 0px #7605a3,
   14px 8px 2px #000,
   14px 5px 10px #000,
   14px 5px 25px #000;
}