.card {
  height: 60vh;
  border-radius: 20px;
  background: rgba(38, 226, 54, 0.562);
  color: blue;
}

.card a {
  text-decoration: none;
}

.card .thumbnail {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.card .thumbnail img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.card .title {
  padding: 1rem;
}
