.navbar {
  background-color: #f8f9fa;
  padding: 1rem 2rem;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 100px;
}

.nav-links {
  display: flex;
}

.nav-links a {
  margin-left: 20px;
}

.nav-links a:first-child {
  margin-left: 0;
}

.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: #3CB371;
}
