<style>
.fade-in-section {
text-align:center;
margin:70px 0 50px 0;
animation: fadeIn 1.5s ease-in-out;
}
.fade-in-section h2 {
font-size:36px;
font-weight:800;
color:#2E8B57;
letter-spacing:1px;
margin-bottom:12px;
transition: 0.3s ease;
}
.fade-in-section h2:hover {
color:#1f6f4a;
transform: scale(1.05);
}
.underline-style {
width:120px;
height:4px;
background:linear-gradient(90deg, #2E8B57, #FFD700);
margin:0 auto 10px auto;
border-radius:10px;
}
.subtitle-text {
font-size:18px;
color:#555;
}
@keyframes fadeIn {
from {opacity:0; transform: translateY(20px);}
to {opacity:1; transform: translateY(0);}
}
</style>
<div class=”fade-in-section”>
<h2>🐾 Our Happy Moments at Jurash Pets Hub 🐾</h2>
<div class=”underline-style”></div>
<div class=”subtitle-text”>
Where Tails Wag & Hearts Smile ❤️
</div>
</div>