outline text-sahdow for fonts technique
h1 {
font-size: 80px;
letter-spacing: -2px;
line-height: 1;
/*This being the method below --Requires background to be the same color as the #1d9d74 */
text-shadow: 4px 3px 0 #1d9d74,9px 8px 0 rgba(0,0,0,0.15);
margin: 0 0 15px;
}