body {
  font-family: Helvetica, Arial, sans-serif;
  max-width: 760px;
  margin: 4rem auto;
  padding: 0 1.5rem;
  line-height: 1.6;
  color: #e6e6e6;
  background: #111;
}

h1 {
  line-height: 1.2;
  color: #fff;
}

a {
  color: #9ecbff;
}

a:hover {
  color: #c8e1ff;
}

.app-store-banner {
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
  max-width: 100%;
  padding: 0.7rem 0.95rem;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  color: #f5f5f5;
  background: #1c1c1c;
  text-decoration: none;
}

.app-store-banner:hover {
  color: #fff;
  border-color: #5a5a5a;
  background: #242424;
}

.app-store-banner__eyebrow {
  font-size: 0.78rem;
  line-height: 1.2;
  color: #b9b9b9;
}

.app-store-banner__title {
  font-weight: 700;
  line-height: 1.3;
}

main {
  padding-bottom: 4rem;
}
