@font-face {
font-family: 'fontsncss3';
  src: url(fontsncss/windows-bold[1].ttf);
}

body {
    color: white;
    scrollbar-highlight-color: black;
    font-family: fontsncss3;
    
}
::selection {
    color: black;
}