.card{
    transition: all 0.3s ease-in-out;
    text-align: justify;
}

.card:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.dropdown-menu {
  max-height: 80vh;
  overflow-y: auto;
}