.wall-image img{
    width: 100%;
    height: 100%;
}

/* .card_body h4{
    text-align: center;
} */

.front-img img{
    height: 35rem;
    width: 100%;
}

.card{
    text-align: center;
}

.card h4{
    text-decoration: none;
}

.card-img img{
    /* width: 23.8rem; */
    width: 100%;
    height: 27rem;
}

/* Style buttons */
.btn-tt{
    background-color: #1877f2;;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 12px; 
    padding-inline: 1.6rem;
    padding-block: .6rem;
    border-radius: 18px;
  }
  
  /* Darker background on mouse-over */
  .btn-tt:hover {
    background-color: #ebc302;
  }
