
body{font-family:Arial,sans-serif;margin:0;line-height:1.6;color:#333}
header{background:#7B4BD1;padding:15px}
.container{display:flex;justify-content:space-between;align-items:center}
.logo{height:60px}
nav a{color:white;text-decoration:none;margin-left:15px}
.hero{background:#7B4BD1;color:white;text-align:center;padding:80px 20px}
.btn{background:#58B7E6;color:white;padding:12px 20px;text-decoration:none;border-radius:4px}
section{padding:50px 20px;max-width:1000px;margin:auto}
footer{background:#222;color:white;text-align:center;padding:20px}
