/* purgecss start ignore */

.Home_container__1EcsU {
  min-height: 100vh;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

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

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

.Home_footer__1WdhD a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

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

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

.Home_title__3DjR7 {
  margin: 0;
  line-height: 1.15;
  font-size: 4rem;
}

.Home_title__3DjR7,
.Home_description__17Z4F {
  text-align: center;
}

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

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

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

.Home_card__2SdtB {
  margin: 1rem;
  padding: 1.5rem;
  text-align: left;
  color: inherit;
  text-decoration: none;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  transition: color 0.15s ease, border-color 0.15s ease;
  width: 45%;
  cursor: pointer;
}

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

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

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

.Home_logo__1YbrH {
  height: 1em;
  margin-left: 0.5rem;
}

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

/* purgecss end ignore */

