body {
  font-family: Arial, sans-serif;
  background-color: #000261;
  color: #ffffff;
  padding: 50px;
}
p {
  font-size: 1.2em;
}
.a {
  color: #ffffff;
  text-decoration: none;
}
.a:hover {
  text-decoration: underline;
}
.store-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.store-links a {
  text-decoration: none;
}
.store-links img {
  width: 150px;
  height: auto;
  border-radius: 8px;
}
header {
  margin-bottom: 30px;
  text-align: center;
}
header h1 {
    color: #ffffff;
    font-size: 2.5em;
}
main {
    margin: 0 auto;
    max-width: 960px;
    text-align: left;
}
footer {
  margin-top: 50px;
  font-size: 0.9em;
  text-align: center;
}

footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9em;
}
