﻿/*QRcode*/
.QRcodeArea {
    display: flex;
    flex-direction: column;
    top: 200px;
    position: fixed;
    right: 0px;
}

    .QRcodeArea div {
        margin-bottom: 1em;
    }

.imgWidth {
    width: 150px;
}

@media screen and (min-width:840px) and (max-width:1199.98px) {
    .QRcodeArea img {
        width: 120px;
    }
}

@media screen and (min-width: 576px) and (max-width:839.98px) {
    .QRcodeArea img {
        width: 120px;
    }
}

@media screen and (max-width:575.98px) {
    .QRcodeArea img {
        width: 120px;
    }
}