body {
    background: #1a222c;
}


.card-img-left {
  width: 45%;
  /* Link to your background image using in the property below! */
  background: scroll center url('../img/pic1.jpg');
  background-size: cover;
}