html,
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to bottom, #006f56, #004e3b);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white;
  text-align: center;
  height: 100%;
  position: relative;
}

header {
  padding: 2rem 1rem 1rem;
}

.banner {
  width: 65%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}

h1 {
  font-size: 2rem;
  margin: 0.5rem 0;
}

p {
  font-size: 1.1rem;
  padding: 0 1.5rem;
  line-height: 1.6;
}

.download-buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.store-badge {
  width: 140px;
}

footer {
  margin-top: 3rem;
  font-size: 0.9rem;
  background-color: #00392b;
  padding: 1rem;
}

a {
  color: #ffdf65;
  text-decoration: none;
}

.link {
  display: block;
  margin-top: 0.5rem;
}