html {
  width: 100%;
  height: 100%;
}

body {
  background: url("/background.svg");
  background-color: #56DA59;
  background-size: cover;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: Helvetica, sans-serif;
  color: #0c4619;
}

#container {
  height: 100%;
}

main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5vw;
  padding: 0px 40px;
}

.phone-preview {
  display: flex;
}

.phone-preview img {
  height: 85vh;
  width: auto;
}

#hero {
  max-width: 700px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  line-height: 1.5;
}

#hero a,
#hero a:link,
#hero a:visited,
#hero a:hover,
#hero a:active {
  font-weight: bold;
  color: #0c4619;
}

.maybe-maple {
  width: 100%;
  max-width: 539px;
}

h2 {
  font-family: 'Lilita One', sans-serif;
  font-size: 20px;
  color: #103819;
  text-transform: uppercase;
  margin: 0px;
}

.app-download {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-top: 15px;
}

.qr-code {
  width: 180px;
  height: 180px;
  border-radius: 10px;
}

.app-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.app-links img {
  display: block;
  min-width: auto;
  height: 50px;
}

.maybe-leaf {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.maybe-leaf img {
  display: block;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 768px) {
  body,
  #container {
    height: auto;
  }
  main {
    flex-direction: column;
    height: auto;
    gap: 60px;
    padding: 60px 60px 0px 60px;
  }
  .phone-preview {
    width: 100%;
    order: 2;
    height: auto;
    display: block;
    justify-content: center;
  }
  .phone-preview img {
    width: 100%;
  }
  #hero {
    display: flex;
    justify-content: start;
  }
  .app-links {
    flex-direction: column;
  }
  .maybe-leaf {
    position: static;
    text-align: right;
    width: 100%;
  }
  .maybe-leaf img {
    display: block;
    float: right;
  }
}

.ecobot {
  background-color: #62c14f;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.ecobot a, .ecobot a:link, .ecobot a:visited, .ecobot a:hover, .ecobot a:active {
  color: #fff;
  text-decoration: none;
}
