<svg width="768" height="1024" viewBox="0,0,768,1024" xmlns="http://www.w3.org/2000/svg">
<style>
.card {
background: linear-gradient(to bottom right, #FFC107, #FF9800);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
padding: 20px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-size: 36px;
font-weight: bold;
color: white;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
</style>
<foreignObject x="0" y="0" width="100%" height="100%">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Emoji Design</title>
</head>
<body>
<div class="card">
😎 Emoji Design 😎
</div>
</body>
</html>
</foreignObject>
</svg>