.card {
    border: 0;
    border-bottom: 0.25rem solid #64a19d;
  }

.card-body{
    color: black;
    background-color: rgb(207, 207, 207);
}

