body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #000;
  color: #fff;
}
.app-header {
  display: flex;
  align-items: center;
  padding: 20px;
}
.app-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  margin-right: 20px;
}
.app-info h1 {
  margin: 0;
  font-size: 20px;
}
.app-info span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.get-button {
  margin-top: 10px;
  background-color: #007aff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
}
.app-meta {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 14px;
  padding: 10px 20px;
}
.screenshot img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
}
.bottom-nav {
  display: flex;
  justify-content: space-around;
  background-color: #111;
  padding: 10px 0;
  font-size: 12px;
}
