body {
  font-family: sans-serif;
  background-color: #f5f5f5;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  text-align: center;
}

h1 {
  margin-top: 0;
}

h2 {
  margin-top: 20px;
}

ul {
  padding-inline-start: 0;
}

li {
  margin-bottom: 10px;
}

.screenshots {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.download-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.google-play-button {
  display: flex;
  align-items: center;
}

footer {
  text-align: center;
  margin-top: auto;
}