html,body {
  height: 100%;
  margin: 0;
}

body,input,button {
  color: white;
}

.mdx-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdx-teaser {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mdx-above-the-fold {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: -0.05em;
  font-size: 36px;
  text-shadow: 0 0 10px black;
}
.mdx-above-the-fold .md-grid {
  max-width: 34rem;
  text-align: center;
}

.md-main {
  display: none;
}