.navbar { display: flex; justify-content: space-between; align-items: center; padding: 15px 40px; background: #ffffff; box-shadow: 0 2px 10px rgba(0,0,0,0.08); } .navbar img { height: 45px; } .navbar a { margin: 0 15px; text-decoration: none; color: #222; font-weight: 500; }