.card:hover img {
    transform: scale(1.1);
    cursor: pointer;
  }

  .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title{
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	 background-color: rgba(255, 255, 255, 0.5);
  }
