h2 {
    text-shadow: 3px 3px 5px red, -3px -3px 5px blue;
}
#box1 {
    width: 100px;
    height: 100px;
    background-color: green;
    box-shadow: 3px 3px 5px grey;
}