body,
html {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.Home_container__1EcsU {
  min-height: 100vh;
  padding: 0 0.5rem;
  flex-direction: column;
}
.Home_container__1EcsU,
.Home_main__1x8gC {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home_main__1x8gC {
  padding: 5rem 0;
  flex: 1 1;
  flex-direction: column;
}
.Home_title__3DjR7 {
  margin: 0;
  line-height: 1.15;
  font-size: 4rem;
}
.Home_description__17Z4F,
.Home_title__3DjR7 {
  text-align: center;
}
.Home_description__17Z4F {
  line-height: 1.5;
  font-size: 1.5rem;
}
.Home_grid__2Ei2F {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
}
.Home_grid__2Ei2F a {
  margin: 0 1rem;
}
.Home_grid__2Ei2F a:hover {
  text-decoration: underline;
}
.Home_grid__2Ei2F a:hover .Home_logo__1YbrH {
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}
.Home_grid__2Ei2F .Home_logo__1YbrH {
  height: 3rem;
  width: 3rem;
}
