Испытание: why so serious? 26/26 100%

/*
Цвета смайликов: #f4c300, #009f3d, #0085c7, #df0024
Цвета текста: rgba(255, 0, 180, 0.5), rgba(0, 168, 255, 0.5)
*/
span {
position: absolute;
top: -40px;
left: 50%;
margin-left: -0.5em;
font-size: 200px;
line-height: 1em;
text-shadow:
70px 80px #009f3d,
-70px 80px #f4c300,
-140px 0px #0085c7,
140px 0px #df0024
}

body {
position: relative;
width: 570px;
margin: 0;
color: #000000;
font-family: “Arial”, sans-serif;
}

p {
margin: 0;
padding-top: 230px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
font-size: 65px;
color: rgba(0, 168, 255, 0.5);
text-shadow: 5px 5px rgba(255, 0, 180, 0.5);
letter-spacing: -5px;
word-spacing: 5px;
}