body { font-family: 'Montserrat', sans-serif; background-color: #f6f6f6; color: #333; margin: 0; padding: 0; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } .navbar { background-color: #fafafa; padding: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: space-between; } .navbar-brand { font-size: 24px; font-weight: 700; color: #333; text-decoration: none; } .navbar-brand i { color: #007aff; } .navbar-links { display: flex; align-items: center; } .navbar-links a { color: #333; text-decoration: none; padding: 10px; border-radius: 5px; transition: background-color 0.3s ease; } .navbar-links a:hover { background-color: #007aff; color: #fff; } .hero { background-image: url('https://source.unsplash.com/random/1600x900'); background-size: cover; background-position: center center; height: 400px; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; text-shadow: 0 2px 5px rgba(0,0,0,0.5); } .hero h1 { font-size: 64px; font-weight: 700; margin: 0; padding: 0; } .hero p { font-size: 24px; font-weight: 400; margin: 20px 0 0 0; padding: 0; } .section { margin: 50px 0; padding: 50px 0; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: center; } .section h2 { font-size: 36px; font-weight: 700; margin: