/* [project]/styles/Home.module.css [client] (css) */
.Home-module__g21JLG__container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0 .5rem;
  display: flex;
}

.Home-module__g21JLG__main {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
  display: flex;
}

.Home-module__g21JLG__footer {
  border-top: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.Home-module__g21JLG__footer img {
  margin-left: .5rem;
}

.Home-module__g21JLG__footer a {
  justify-content: center;
  align-items: center;
  display: flex;
}

.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__title {
  margin: 0;
  font-size: 4rem;
  line-height: 1.15;
}

.Home-module__g21JLG__title, .Home-module__g21JLG__description {
  text-align: center;
}

.Home-module__g21JLG__description {
  font-size: 1.5rem;
  line-height: 1.5;
}

.Home-module__g21JLG__code {
  background: #fafafa;
  border-radius: 5px;
  padding: .75rem;
  font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
  font-size: 1.1rem;
}

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

.Home-module__g21JLG__card {
  text-align: left;
  color: inherit;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  flex-basis: 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 h3 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
}

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

.Home-module__g21JLG__logo {
  height: 1em;
}

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

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