@charset "UTF-8";


@import url(./style.css);
@import url(./m_style.css);

body {
  touch-action: manipulation;
}

html::-webkit-scrollbar, body::-webkit-scrollbar { display: none; width: 10px; /* width: 0px; */
 background: #0d0b10; } 
html::-webkit-scrollbar-thumb , body::-webkit-scrollbar-thumb { border-radius: 100px; background: #350385; background: linear-gradient(to bottom, transparent, #350385); } 
::selection { background:#350385; color: white; } 
html { -webkit-user-select: none; user-select: none; -webkit-user-drag: none; user-drag:none; } 
