/*----------------------------*/
/* index-environment.css -----*/
/*----------------------------*/
/* CSS STARTS HERE -----------*/
/*----------------------------*/



/* environment.css */
html, body {
    overflow: hidden; /* Disable scrolling */
    max-width: 100%;
    max-height: 100vh;
    user-select: none; /* Disable selection */
    touch-action: manipulation; /* Disable zooming */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}



/*----------------------------*/
/* END OF CSS ----------------*/
/*----------------------------*/
/* CREATED BY MOLDOVAN -------*/
/*----------------------------*/
/* CSS BY GPT ----------------*/
/*----------------------------*/