<!DOCTYPE html> <html> <head> <style> h1 { text-shadow: 3px 2px green; } </style> </head> <body> <h1>Uzmanım Akademi</h1> </body> </html>