.container h3 {
  color: #6F3CA0;
}

.container .row .mainCard {
  background-color: inherit;
  -webkit-filter: grayscale(20%);
          filter: grayscale(20%);
  margin: 16px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 5%;
  margin-top: 10%;
}

footer .container .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=styleScss.css.map */