body { margin: 0; font-family: Arial, sans-serif; background: #fffaf4; color: #3f493f; } header { padding: 25px 7%; background: #f3eee5; text-align: center; } .logo { font-size: 28px; font-weight: bold; margin-bottom: 20px; } nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; } nav a { color: #526451; text-decoration: none; font-weight: 600; } nav a:hover { text-decoration: underline; } section { padding: 70px 10%; max-width: 1000px; margin: auto; text-align: center; } h1 { font-size: 48px; } h2 { font-size: 34px; } p { font-size: 18px; line-height: 1.7; } .button { display: inline-block; margin-top: 20px; padding: 14px 28px; background: #526451; color: white; text-decoration: none; border-radius: 30px; font-weight: bold; }