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

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

.logo {
  padding-top: 17px;
  text-align: left;
}

#bg-1 {
  max-width: 184px;
}

#bg-2 {
  width: 80%;
}

.content {
  margin-top: 20%;
}

#btn-download {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 238px;
  height: 52px;
  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: auto;
  height: auto;
}