<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Happy Birthday, Love!</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Happy Birthday, My Love!</h1>
</header>
<section class="quote">
<p class="quote-message">"You are my today and all of my tomorrows." - Leo Christopher</p>
<p class="quote-message">"I love you not only for what you are, but for what I am when I am with you." - Roy Croft</p>
<p class="quote-message">"You are the finest, loveliest, tenderest, and most beautiful person I have ever known—and even that is an understatement." - F. Scott Fitzgerald</p>
</section>
<section class="gallery">
<h2>Memorable Moments</h2>
<div class="photo-grid">
<img src="https://images.pexels.com/photos/3184430/pexels-photo-3184430.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260" alt="Memorable Moment 1">
<img src="https://images.pexels.com/photos/301920/pexels-photo-301920.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260" alt="Memorable Moment 2">
<img src="https://images.pexels.com/photos/1128317/pexels-photo-1128317.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260" alt="Memorable Moment 3">
<img src="https://images.pexels.com/photos/1449051/pexels-photo-1449051.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260" alt="Memorable Moment 4">
<img src="https://images.pexels.com/photos/235990/pexels-photo-235990.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260" alt="Memorable Moment 5">
<img src="https://images.pexels.com/photos/936611/pexels-photo-936611.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260" alt="Memorable Moment 6">
</div>
</section>
<section class="calendar">
<h2>Your Special Day</h2>
<div class="calendar-wrapper">
<div...