.hover-effect {
    transition: transform 0.2s ease-in-out;
}

.hover-effect:hover {
    transform: translateY(-5px);
}

.qr-image-wrapper {
    background-color: white;
    padding: 1rem;
    border-radius: 0.5rem;
}

@media (max-width: 768px) {
    .qr-image-wrapper img {
        width: 150px !important;
        height: 150px !important;
    }
}

.card {
    background-color: #2e8c87;
}

.card-title {
    color: #17242a !important;
}