Love Letter

Chella Kutty Harini ,

Idk where to start, But I will, and words are too small to say what I feel for you. In a world full of chaos...

Forever Yours,

XOXO

Dinesh :)

body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: linear-gradient(to bottom, white, #ffe4e6); } .min-h-screen { display: flex; height: 100vh; justify-content: center; align-items: center; } .bg-gradient-to-b { background: linear-gradient(to bottom, #fff, #ffe4e6); } .bg-white { background-color: #ffffff; } .rounded-3xl { border-radius: 1.5rem; } .shadow-xl { box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); } .text-center { text-align: center; } .text-pink-600 { color: #d6336c; } .text-pink-500 { color: #e63946; } .text-pink-400 { color: #f06292; } .text-pink-300 { color: #f8bbd0; } .hover\:scale-\[1\.02\]:hover { transform: scale(1.02); } .transition-all { transition: all 0.3s ease; } .animate-pulse { animation: pulse 1.5s infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } .text-xl { font-size: 1.25rem; } .text-lg { font-size: 1.125rem; } .font-bold { font-weight: bold; } .font-medium { font-weight: 500; } .leading-relaxed { line-height: 1.75; }