:root {
    --card-width: 170px;
}
.content .text .categories .category {
    color: rgba(0, 0, 0, 0.5);
    font-size: .8em;
    text-decoration: none;
    background-image: none;
}

.content{
    z-index: 1;
    background-color: white;
    transition: all ease 0.5s;
}

.content.selected{
    transform: scale(1.2) translateY(20px);
    z-index: 2;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.qrcode canvas{
    max-width: 100%;
}
