body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#f0f2f5;color:#333}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#2c3e50;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.nav-brand{color:#fff;font-weight:700;font-size:1.2rem}.nav-links a{color:#ecf0f1;text-decoration:none;margin-left:20px;font-weight:500;transition:color .3s}.nav-links a:hover{color:#3498db}.container{max-width:800px;margin:40px auto;background:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 6px #0000000d}h1{margin-top:0;color:#2c3e50}hr{border:0;height:1px;background:#eee;margin:20px 0}.content{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
