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

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

.bg-1 {
  background-size: cover;
  background-position: top center;
  transition: background 1s ease-in-out;
}

.logo {
  padding-top: 17px;
}

#btn-download {
  position: absolute;
  bottom: 360px;
  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;
  border-radius: 38px;
  padding: 8px 40px;
  background: transparent;
  border: none;
}

#btn-download > img {
  width: auto;
  height: auto;
}