.q-box {
    border: solid;
    border-width: thin;
    border-radius: 10px;

}



@media print {
    body {
        display: none !important;
    }
}
/* Extra protection: prevent text selection in browsers */
body {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}