h1.first {
color: #ef9c00;
text-shadow: 4px 4px;
}
h1.second {
color: blue;
text-shadow: -2px -2px 4px red;
}