<!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Para Você ❤️</title> <style> body { font-family: Arial, sans-serif; text-align: center; background-color: #ffe6e6; padding: 50px; } .card { background: white; padding: 20px; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); display: inline-block; } h1 { color: #ff4d4d; } </style> </head> <body> <div class="card"> <h1>Para Minha Pessoa Especial ❤️</h1> <p>Oi, amor! Você é a melhor coisa que já aconteceu na minha vida.</p> <p>Cada momento ao seu lado é incrível, e eu sou muito grato por ter você.</p> <p>Te amo demais! 💕</p> </div> </body> </html>