@font-face {
  font-family: "Plain Light";
  src: url(./fonts/plain-regular-webfont.ttf);
}

@font-face {
  font-family: "Plain Light";
  src: url(./fonts/plain-light-webfont.ttf);
}

@font-face {
  font-family: "silk serif";
  src: url(./fonts/silkserif-regularitalic-webfont.ttf);
}
@font-face {
  font-family: "silk serif";
  src: url(./fonts/silkserif-lightitalic-webfont.ttf);
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "plain light";
  color: white;
}

html,
body {
  height: 100%;
  width: 100%;
}
body {
  /* overflow-x: hidden; */
  cursor: none;
  /* position: relative; */
}

#crsr {
  height: 3vw;
  width: 3vw;
  border-radius: 50%;
  border: 1px solid #fff;
  position: fixed;
  z-index: 999;
  mix-blend-mode: difference;
  /* transform: translate(-50%, -50%); */
  /* margin: 2vw; */
  /* opacity: 1; */
}


#main {
  position: relative;
  background-color: #000000;
  background-color: #151515;

}



@media(max-width:600px){
  #crsr {
    height: 3vw;
    width: 3vw;
    border-radius: 50%;
    border: 1px solid #fff;
    position: fixed;
    z-index: 999;
    mix-blend-mode: difference;
    display: none;
  }
}