/* [project]/styles/Navbar.module.css [client] (css) */
.Navbar-module__Ubi64G__nav {
  color: #fff;
  background-color: #333;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.Navbar-module__Ubi64G__navLinks {
  gap: 1.5rem;
  list-style: none;
  display: flex;
}

.Navbar-module__Ubi64G__navLink {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.Navbar-module__Ubi64G__navLink:hover {
  color: #0070f3;
}

/*# sourceMappingURL=styles_Navbar_module_37c10948.css.map*/