:root {
  font-family: sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-image: linear-gradient(to right,#7c53da,#f74aa1,#d19f1f);
}

.block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download {
  width: 190px;
  height: 60px;
}

.description {
  max-width: 300px;
  color: #fff;
  padding: 0 20px;
}

.description__important {
  color: #f7ff00;
  font-style: italic;
}

@media (max-width: 780px) {
  body {
    flex-direction: column;
    text-align: center;
  }
}