*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Poppins',sans-serif;background:#F5F7FA;color:#333;line-height:1.6;background-image:url('https://www.transparenttextures.com/patterns/grid-me.png');background-repeat:repeat;background-size:auto}.grid-bg{background:url('https://www.transparenttextures.com/patterns/grid-me.png');background-repeat:repeat;background-size:auto}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{opacity:0;animation:fadeInUp 1s ease forwards}.btn{background:#007BFF;color:#fff;padding:10px 20px;border:none;border-radius:5px;text-decoration:none;transition:background 0.3s ease}.btn:hover{background:#0056b3}.container{width:90%;max-width:1200px;margin:0 auto;padding:40px 0}