body {
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  padding: 20px;
  background-color: #f4f4f4;
  color: #333;
  box-sizing: border-box;
}

.icon {
  max-width: 160px;
  margin-bottom: 30px;
  border-radius: 16px;
}

.app-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
}

.app-store-link img {
  width: 160px;
  height: auto;
}

.app-store-link {
  display: block;
}
