<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Flores Amarillas 🌼</title>
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-family: Arial, sans-serif;
color: white;
text-shadow: 2px 2px 8px black;
}
h1 {
font-size: 3em;
background: rgba(0,0,0,0.4);
padding: 20px;
border-radius: 15px;
}
</style>
</head>
<body>
<h1>🌼 Para alguien especial 🌼</h1>
<!-- Música de YouTube -->
<iframe width="0" height="0"
frameborder="0"
allow="autoplay">
</iframe>
</body>
</html>