<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Lia — Bio</title>
<style>
:root{font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; color:#222}
body{margin:0; padding:40px; background:linear-gradient(180deg,#fff 0%, #f9fbff 100%);}
.card{max-width:760px; margin:0 auto; background:#fff; border-radius:16px; box-shadow:0 8px 30px rgba(22,31,70,0.06); padding:28px}
header{display:flex; gap:16px; align-items:center}
.avatar{width:84px; height:84px; border-radius:50%; background:linear-gradient(135deg,#ffe6f2,#f0fbff); display:flex; align-items:center; justify-content:center; font-size:34px}
h1{margin:0; font-size:22px}
p.lead{margin:12px 0 18px; color:#444}
.meta{display:flex; gap:10px; flex-wrap:wrap; color:#666; font-size:14px}
.section{margin-top:18px}
ul.wish{margin:10px 0 0; padding-left:20px}
li{margin:6px 0}
.wish small{color:#888}
footer{margin-top:20px; font-size:13px; color:#666}
.pill{display:inline-block; padding:6px 10px; border-radius:999px; background:#f3f7ff; font-size:13px; color:#2a4bd7}
</style>
</head>
<body>
<article class="card" role="article">
<header>
<div class="avatar" aria-hidden="true">🌸</div>
<div>
<h1>Hi everyone! My name is Lia</h1>
<div class="meta">
<span class="pill">18 years old</span>
<span>Lives in beautiful Romania</span>
</div>
</div>
</header>
<p class="lead">I’m 18 years old, and I live in beautiful Romania — a place where you can enjoy the charm of nature and find inspiration every single day.</p>
<section class="section">
<h2>About me</h2>
<p>⚡️ I love being active: sports, yoga, and any activities that help me feel harmony with myself and my body. For me, it’s not just a hobby, but a lifestyle that fills me with energy and brings peace of mind.</p>
<p>🚶♀️ I truly enjoy long walks — whether it’s through the city or out in nature. That’s where I find new ideas and learn to appreciate simple, yet precious moments. I also enjoy meeting new people and connecting with them, because every person is a new story, a new perspective, and a source of inspiration.</p>
<p>📖 In my free time, I love reading. My biggest passion is fantasy books — they take me into magical worlds full of adventures. And when I want to relax, I watch my favorite series and enjoy some cozy time for myself.</p>
<p>✨ I’m always open to new things, I love sharing positive vibes and receiving them in return. I believe that here I’ll meet people with whom it will be easy, fun, and interesting to connect.</p>
</section>
<section class="section" aria-labelledby="wishlist">
<h2 id="wishlist">Wish List</h2>
<ul class="wish">
<li>For my alarm clock to explain to my teacher/boss why I overslept again.</li>
<li>A “rewind” button for awkward conversations.</li>
<li>A fridge that restocks itself with my favorite snacks.</li>
<li>A remote control for people: “volume down,” “pause,” “fast forward.”</li>
<li>A superpower to understand what my cat is thinking (and why it looks at me like that).</li>
<li>Wi-Fi that works everywhere — in the forest, mountains, and even in the bathroom.</li>
<li>A magical closet where clothes iron themselves and pick the perfect outfit.</li>
<li>The ability to instantly learn all homework/work just by sleeping.</li>
<li>Teleportation straight to the beach when it’s winter and –20 outside.</li>
<li>Chocolate that doesn’t affect the body, but instead gives you abs. 🍫</li>
</ul>
</section>
<footer>
<p>Made with a little bit of dreaminess ✨ — Lia</p>
</footer>
</article>
</body>
</html>