/*Multi layers shadow for the TEXT*/
.YourTextClassName {
color: #53BAC1;
text-shadow: 10px 10px 0px #DC4530, 20px 20px 0px #FDC52D;
font-size: 120px;
text-transform: uppercase;
font-family: Roboto;
font-weight:900;
-webkit-text-stroke:5px black;
}