.card-opacity {
    /* create a custom class so you
       do not run into specificity issues
       against bootstraps styles
       which tends to work better than using !important
       (future you will thank you later)*/

      background-color: rgb(245, 245, 245);
      opacity: .9;
}
