/* Shared CSS from homepage design */ 
/* Keeping it short here: reuse the CSS you already approved */
body{margin:0;font-family:Montserrat,Arial,sans-serif;background:#fff5f8;color:#3c2e2e}
.wrap{max-width:1100px;margin:28px auto;padding:0 20px}
header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.logo{font-family:"Great Vibes",cursive;font-size:36px;color:#b64a6b}
nav a{text-decoration:none;color:#b64a6b;font-weight:600;margin:0 8px}
nav a:hover{text-decoration:underline}
h1{color:#b64a6b;font-family:"Playfair Display",serif}
.btn{background:#b64a6b;color:#fff;padding:10px 16px;text-decoration:none;border-radius:6px}
footer{text-align:center;padding:20px 0;font-size:14px;color:#6c4e54}
