.qrcode{
    max-width: 100%;

    & img{
        max-width: 100%;
        width: 380px;
        height: 380px;
        object-fit: fill;
    }
}