/* @font-face {
  font-family: poppins;
  src: url("../fonts/Poppins.ttf") format("truetype");
}
* {
  font-family: poppins !important;
} */

.large-background {
  background: url("../img/wzz-large-background.png");
  background-size: cover;
}

.btn-link {
  height: auto;
  width: 100%;
  cursor: pointer;
}

.btn-link:hover {
  height: auto;
  cursor: pointer;
}

.header-logo {
  width: 200px;
  height: auto;
}

.mobile-app {
  width: 90%;
  height: auto;
  margin-top: 5%;
}

@media (max-width: 768px) {
  p {
    padding-right: 2px;
  }
  .btn-link {
    width: 60%;
  }
  .header-logo {
    width: 150px;
  }
  .mobile-app {
    width: 100%;
    margin-top: 5%;
  }
}
