.page_background {
    background-color: rgb(174, 174, 235);
    width:100%;
    height:100%;
    position:absolute;
}

.white_square {

    background-color: white;
    border-radius: 30px;
    width: 270px;
    height: 420px;
    position:relative;
    margin-left: 600px;
    margin-top: 100px;
    
}

.qrcode_image {

    width:90%;
    height:70%;
    border-radius: 30px;
    margin-left: 14px;
    margin-top: 14px;
}

.texttitle_qrcode {
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-left: 17px;
    margin-right:17px;
}

.textcontent_qrcode {
    font-family: 'Outfit', sans-serif;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}

@media only screen and (max-device-width:480px) {
    .page_background {
        background-color: cadetblue;
    }
    .white_square {

        background-color: white;
        border-radius: 30px;
        width: 270px;
        height: 420px;
        position:relative;
        margin-left: 15px;
        margin-top: 15px;
        
    }
       
}


