*::-webkit-scrollbar {
  display: none;
  width: 100px;
}
* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hero {
  text-align: center;
  padding: 80px 20px;
  max-width: 700px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.hero p {
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 30px;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #2563eb;
  color: white;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.download-btn:hover {
  background-color: #1d4ed8;
}

.win-icon {
  width: 22px;
  height: 22px;
  fill: white;
}

.gifs {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: -60px;
  gap: 10%;
  padding: 0px;
}