:root {
  color-scheme: dark;
}

body {
  margin: 0;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #222222;
  color: #ffffff;
}

.app-logo {
  width: 86px;
  height: auto;
}

.lead {
  color: #e7e6e8;
  max-width: 540px;
}

.store-badge {
  height: 56px;
  width: auto;
  display: block;
}

.screenshot-wrapper {
  max-width: 420px;
  border-radius: 24px;
  overflow: hidden;
}

.app-shot {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991.98px) {
  .app-logo {
    width: 76px;
  }

  .store-badge {
    height: 52px;
  }

  .screenshot-wrapper {
    max-width: 360px;
  }
}