
.install-app-container {
  text-align: center;
  margin: 20px 0;
}

.install-button {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  color: white;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 114, 255, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.install-button:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 480px) {
  .install-button {
    font-size: 16px;
    padding: 12px 20px;
}
}
