body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: #fff;
  position: relative;
  text-align: center;
}

a {
  display: none;
}

#root {
  position: relative;
  min-height: 100vh;
  width: 100%;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
}
#root.bg_1, #root.bg_2 {
  background-size: cover;
  transition: #000000 1s ease-in-out;
  background-position: top center;
}

.logo {
  padding-top: 17px;
  width: 120px;
}

.btn-download {
  position: absolute;
  bottom: 76px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 238px;
  height: 52px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 4px;
  background: linear-gradient(97.3deg, #F47C0C 9.52%, #F72A5B 78.7%);
  color: #000;
  border-radius: 38px;
  padding: 8px 0px;
  border: none;
}
.btn-download > img {
  width: 40px;
  height: 36px;
  margin-right: 16px;
}