* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

 scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

html {
height: 210%;
overflow-y: hidden;
cursor: url('./mats-cursor.cur');
background-image: none;
background-size: contain;
background-color: #190019;
overflow-y: scroll;
}

body {
display: none;

}

