@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  font-family: "Roboto", sans-serif;
}

body {
  overflow-x: hidden;
  color: white;
}

.container-fluid {
  background-color: #1f65c2;
}

.section {
  background-color: #1f65c2;
}

.bg-steps, .join {
  background-color: #1f65c2;
}

.join {
  margin-top: 2rem;
}
.join p {
  font-size: 21px;
}

.join-btn {
  outline: 0;
  border: 0;
  padding-block: 10px;
  padding-inline: 20px;
  font-size: 20px;
  border-radius: 10px;
}
.join-btn:hover {
  background-color: #cacaca;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logo h1 {
    padding-top: 8px;
  }
  .scan .qr-code {
    text-align: center !important;
  }
  .scan .qr-code a {
    margin-top: 16px;
  }
}/*# sourceMappingURL=styles.css.map */