.h-100 {
    color: #293133;
    background-color: #FFF;
    transition: transform 0.3s, color 0.3s, background-color 0.3s;
  }
  .h-100:hover {
    color: #FFF;
    background-color: #293133;
  }