<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 200">
<!-- Decorative Swirl Behind Text -->
<path d="M50 100 C150 50, 350 50, 450 100"
fill="none"
stroke="#4a90e2"
stroke-width="3"
opacity="0.3"/>
<!-- Main Text with Gradient -->
<defs>
<linearGradient id="textGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#4a90e2"/>
<stop offset="100%" style="stop-color:#357abd"/>
</linearGradient>
</defs>
<!-- Peaceful -->
<text x="250" y="80"
font-family="Arial, sans-serif"
font-size="48"
fill="url(#textGradient)"
text-anchor="middle"
font-weight="bold"
letter-spacing="2">
PEACEFUL
</text>
<!-- Human -->
<text x="250" y="125"
font-family="Arial, sans-serif"
font-size="38"
fill="#4a90e2"
text-anchor="middle"
font-weight="bold"
letter-spacing="8">
HUMAN
</text>
<!-- Life -->
<text x="250" y="165"
font-family="Arial, sans-serif"
font-size="42"
fill="#357abd"
text-anchor="middle"
font-weight="bold"
font-style="italic"
letter-spacing="4">
LIFE
</text>
<!-- Decorative Lines -->
<line x1="150" y1="140" x2="350" y2="140"
stroke="#4a90e2"
stroke-width="2"
stroke-dasharray="1,5"
opacity="0.5"/>
<!-- Side Decorative Elements -->
<path d="M140 80 L120 80 L130 90 L140 80" fill="#4a90e2"/>
<path d="M360 80 L380 80 L370 90 L360 80" fill="#4a90e2"/>
</svg>
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 200">
<!-- Decorative Swirl Behind Text -->
<path d="M50 100 C150 50, 350 50, 450 100"
fill="none"
stroke="#4a90e2"
stroke-width="3"
opacity="0.3"/>
<!-- Main Text with Gradient -->
<defs>
<linearGradient id="textGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#4a90e2"/>
<stop offset="100%" style="stop-color:#357abd"/>
</linearGradient>
</defs>
<!-- Peaceful -->
<text x="250" y="80"
font-family="Arial, sans-serif"
font-size="48"
fill="url(#textGradient)"
text-anchor="middle"
font-weight="bold"
letter-spacing="2">
PEACEFUL
</text>
<!-- Human -->
<text x="250" y="125"
font-family="Arial, sans-serif"
font-size="38"
fill="#4a90e2"
text-anchor="middle"
font-weight="bold"
l