body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f5f5f7;
}

.header {
  background: white;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}

.section {
  padding: 15px;
}

.banner {
  background: linear-gradient(135deg, #d7a3a3, #b8c7d9);
  border-radius: 12px;
  padding: 20px;
  color: white;
  margin-bottom: 15px;
}

.banner h1 {
  margin: 0;
  font-size: 32px;
}

.banner p {
  margin-top: 5px;
}

.row {
  display: flex;
  overflow-x: auto;
  gap: 15px;
}

.app {
  min-width: 80px;
  text-align: center;
}

.app img {
  width: 70px;
  height: 70px;
  border-radius: 16px;
}

.app-name {
  font-size: 12px;
  margin-top: 5px;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}

.footer div {
  font-size: 12px;
  text-align: center;
}
