body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

header {
  background-color: #0073e6;
  color: white;
  padding: 20px;
}

.logo {
  width: 100px;
  margin-bottom: 10px;
}

h1 {
  margin: 0;
}

p {
  font-size: 18px;
}

.app-description {
  margin: 30px;
}

.screenshots {
  background: white;
  padding: 20px;
  margin: 20px auto;
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.image-gallery {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.image-gallery img {
  width: 30%;
  border-radius: 5px;
}

.cta {
  margin: 40px;
}

.app-store-button img {
  width: 180px;
}

footer {
  background: #0073e6;
  color: white;
  padding: 15px;
  margin-top: 20px;
}

footer a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}
