/* [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;
}

/* [project]/styles/Home.module.css [client] (css) */
.Home-module__g21JLG__container {
  padding: 0 2rem;
}

.Home-module__g21JLG__title {
  text-align: center;
  margin: 0;
  font-size: 4rem;
  line-height: 1.15;
}

.Home-module__g21JLG__title a {
  color: #0070f3;
  text-decoration: none;
}

.Home-module__g21JLG__title a:hover, .Home-module__g21JLG__title a:focus, .Home-module__g21JLG__title a:active {
  text-decoration: underline;
}

.Home-module__g21JLG__description {
  text-align: center;
  margin: 4rem 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.Home-module__g21JLG__grid {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

.Home-module__g21JLG__card {
  text-align: left;
  color: inherit;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  width: 45%;
  margin: 1rem;
  padding: 1.5rem;
  text-decoration: none;
  transition: color .15s, border-color .15s;
}

.Home-module__g21JLG__card:hover, .Home-module__g21JLG__card:focus, .Home-module__g21JLG__card:active {
  color: #0070f3;
  border-color: #0070f3;
}

.Home-module__g21JLG__card h2 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
}

.Home-module__g21JLG__card p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .Home-module__g21JLG__grid {
    flex-direction: column;
    width: 100%;
  }

  .Home-module__g21JLG__card {
    width: 100%;
  }
}

/*# sourceMappingURL=styles_24a7dd2b._.css.map*/