.qr-image {
    border: 5px solid #6FA4D7;
    max-width: 100%;
    width: 300px;
    height: auto;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    padding: 40px;
    margin: 20px 0 0 0;
    border-radius: 5px;
    background-color: white;
}

.qr-bottom-txt {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-size: 30px;
}

.qr-bottom-txt .qr-txt-blue {
    color: #6FA4D7;
    font-weight: bold;
}

.qr-bottom-txt .qr-txt-gray {
    color: #ccc;
}

.qr-bottom-txt .qr-card {
    width: 60px;
    height: auto;
}