#body {
  display: block;
  text-align: center;
  max-height: 100vh;
  height: 100vh;
  font-family: "Lato", sans-serif;
}
#title {
  padding-top: 10%;
  margin: 0px;
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-decoration: unset;
}
#subtitle {
  margin: 32px;
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.24px;
  text-decoration: unset;
}
#open-app {
  margin: 32px;
}
#open-app a {
  text-decoration: none;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  padding: 0px 36px;
  height: 48px;
  min-width: 144px;
  border-radius: 24px;
  width: 100%;
  cursor: pointer;
  background-color: #318abd;
  color: white;
}
#hero-image {
  max-width: 100%;
  width: 80%;
  margin-top: 5%;
} 
#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-family: "Lato", sans-serif;
}
#app-upsell {
  box-sizing: content-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: white;
  padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
  border-top: 3px solid #eee;
}
#app-upsell-logo {
  border-radius: 10px;
}
#app-upsell-title {
  color: black;
  font-weight: 700;
  line-height: 48px;
  margin-left: 16px;
}
#app-upsell-cta {
  margin: 0px;
  color: white;
  background-color: #318abd;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.1px;
  text-decoration: unset;
  padding: 12px;
  border-radius: 24px;
}
