.try-app {
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url('../assets/images/forTry-app.png');
  background-size: cover;
  background-position: center;
}
.try-app .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.try-app h2 {
  text-align: center;
  background: linear-gradient(180deg, #fafcff 70%, #121621 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.try-app a {
  background-color: var(--pink);
  color: white;
}
