html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  color: black;
}

.hero-container {
  max-width: 900px;
  margin: 80px auto 312px auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (min-height: 2000px) {
  .hero-container {
    margin: 300px auto 312px auto;
  }
}

.hero-image {
  margin-bottom: 120px;
}

.hero-text {
  margin-bottom: 24px;
  text-align: center;
  font-family: 'HaufeMerriweatherSansBold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.store-icon-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.store-icon-container > .store-icon {
  margin: 0 20px;
}

.hero-description {
  margin: 0 80px;
  text-align: center;
  font-family: 'HaufeMerriweatherSans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.screenshot-container {
  width: 100%;
  flex: 1;
  background-color: #3c6deb;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.screenshots {
  margin-top: -220px;
  margin-bottom: 24px;
}
