body {
    background-color: #f1c6c6;
}
    .btn-primary {
  background: #ce5c80;
  border: 0px;
  padding: 15px 41px;
  font-size: 16px;
  font-weight: bold;
}

.btn-primary:hover {
  background: #c4326c;
  border: 0px;
}

.heroBWA {
  padding-top: 5px;
  padding-bottom: 5px;
}

.heroBWA h1 {
  font-family: "Poppins";
  font-weight: 700;
  color: #2f281e;
}

.heroBWA p {
  font-family: "Poppins";
  font-weight: 400;
  color: #2f281e;
}

.navbar {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .btn-primary {
      margin-top: 10px;
      margin-left: 0 !important;
  }
}