.logo {
  height: 100px;
}

.certyfy {
  color: #eb5d1e;
}

.aboutimg {
  box-shadow: 0.5px 0.5px 8px #888;
  padding: 25px;
}

.ws {
  color: #25d366;
  font-weight: bolder;
}

.qrCode {
  height: 70%;
}

.btn-submit {
  background-color: #eb5d1e;
  color: white;
}

.btn-submit:hover {
  background: #ee7843;
  color: white;
}

@media (max-width: 768px) {
  .qrCode {
    height: 40%;
  }
}

@media (max-width: 991px) {
  .qrCode {
    height: 50%;
  }
}

/* Gallery */

