body {
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  background: transparent;
}

#root {
  position: relative;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  padding-bottom: 200px;
  overflow: auto;
  text-align: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  transition: background 1s ease-in-out;
}

#root.bg_1 {
  padding-top: 18.464vw;
}

#bg-2 {
  width: 100%;
  max-width: 405px;
}

.logo {
  text-align: center;
}

.img-master {
  padding: 28px 18px 20px 18px;
}

#btn-download {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 221px;
  height: 53px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 4px;
  border-radius: 38px;
  padding: 8px 40px;
  font-weight: 400;
  background: transparent;
  border: none;
}

#btn-download > img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer {
  position: fixed;
  z-index: 1;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  border-radius: 0;
  pointer-events: none;
}

#footer_icon {
  width: 100%;
}