25/26 100% piece of cake!

Тут все пошло очень быстро ))

/*
Цвета смайликов: #f4c300, #009f3d, #0085c7, #df0024
Цвета текста: rgba(255, 0, 180, 0.5), rgba(0, 168, 255, 0.5)
*/

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

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

span {
position: absolute;
top: -40px;
left: 50%;
margin-left: -0.5em;
font-size: 200px;
line-height: 1em;
text-shadow:
-70px 80px 0px #f4c300,
70px 80px 0px #009f3d,
-140px 0px 0px #0085c7,
140px 0px 0px #df0024;
}

/*
Цвета смайликов: #f4c300, #009f3d, #0085c7, #df0024
Цвета текста: rgba(255, 0, 180, 0.5), rgba(0, 168, 255, 0.5)
*/

html,
body {
min-width: 570px;
margin: 0;
font-family: “Arial”, sans-serif;
color: #000000;
overflow: auto;
}

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

span {
position: absolute;
top: -40px;
left: 50%;
margin-left: -0.5em;
font-size: 200px;
line-height: 1em;
text-shadow:
70px 80px 0 #009f3d,
-70px 80px 0 #f4c300,
140px 0 0 #df0024,
-140px 0 0 #0085c7;
}