#onboarding {
  background-image: url(../images/blackberry.png);
  background-size: 70%;
  background-position: bottom right;
  background-repeat: no-repeat;
}

#onboarding > main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  top: 100px;
}

#onboarding > header {
  background-color: #0f2436;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#onboarding > header > img {
  height: 70px;
}
#onboarding > header > svg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#onboarding > main > * {
  padding: 0;
  margin: 0;
}

#onboarding > main > h1 {
  color: #494848;
  font-size: 4svh;
  font-family: "Avenir-Black";
  font-weight: 100;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

#onboarding > main > p {
  color: #494848;
  margin: 0;
  padding-bottom: 1em;
  width: 50%;
  font-size: 1.75vh;
}

#onboarding > main > .drag {
  color: #494848;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.75vh;
}

#onboarding > main > .pinch {
  color: #494848;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  font-size: 1.75vh;
}

#onboarding > main > .pinch > img,
#onboarding > main > .drag > img {
  height: 10svh;
}

#onboarding > main > button {
  z-index: 1;
  background-color: #517e62;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 2vh;
  cursor: pointer;
  width: 220px;
  margin: auto;
}

#onboarding > footer {
  position: absolute;
  width: 100vw;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
#onboarding > footer > button {
  background-color: #49485d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  width: 220px;
  margin: auto;
  height: 30px;
  font-size: 15px;
  font-family: "Avenir-Medium", sans-serif;
  letter-spacing: 2px;
}
