/*qrcode*/

#qrcode {
    margin: auto;
    margin-top: 20px;
}

#txt_qrcode_insta {
    color: #93408e;
    text-shadow: 3px 3px 3px #5e30236e;
    text-align: center;
}

#txt_qrcode_fb {
    color: #465993;
    text-shadow: 3px 3px 3px #5e30236e;
    text-align: center;
}

#img_qrcode_insta {
    border-radius: 12px 12px 12px 12px;
    box-shadow: 3px 3px 3px #5e30236e;
    margin-right: 10px;
}

#img_qrcode_fb {
    border-radius: 12px 12px 12px 12px;
    box-shadow: 3px 3px 3px #5e30236e;
    margin-left: 10px;
}

.photo {
    width: 200px;
    margin: auto;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 3px 3px 3px #5e30236e;
    margin-bottom: 20px;
}

