/* card-img keeps the profile pic touching the bottom of the column*/
.card-img {
    height: 100%;
    object-fit: cover;
  }
  
  @media (min-width: 768px) {
    .card {
        display: flex;
    }
    .card-img {
      max-width: 100%;
    }
  }
  .project-card {
    background-color: #F7F9FF;
  }
/*offwhite color selection --> style="background-color: #F7F9FF;
*/
  .view-code a{
    color:#E57200;
    font-weight: 450;
    text-decoration: none;

  }
  
  .view-code i{
    padding-left: 3px;
    font-size: small;
    color: #E57200;
  }