@font-face {
  font-family: 'VT323 Regular';
  src: url('/fonts/VT323Regular.eot'); 
  src: url('/fonts/VT323Regular.eot?#iefix') format('embedded-opentype'), 
       url('/fonts/VT323Regular.woff2') format('woff2'), 
       url('/fonts/VT323Regular.woff') format('woff'), 
       url('/fonts/VT323Regular.ttf') format('truetype'), 
       url('/fonts/VT323Regular.svg#svgVT323Regular') format('svg');
}



/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #fa901e #1060c9;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }

  *::-webkit-scrollbar-track {
    background: #000000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #fa901e;
    border-radius: 0px;
    border: 0px solid #ffffff;
  }

html {
  background-image: url("/backgrounds/homemovies2.png");
  background-size: auto 480px;
  background-repeat: repeat;
  background-color: #000000;
  color: #11fc00;
  font-family: "Sans-Serif";
  font-size: 20px;
  cursor: url("https://cursors3.totallyfreecursors.com/thumbnails/orange1.gif"), auto;
  margin-left: 150px;
  margin-right: 20px;
}
.beatstime {
  min-height: 30px;
  max-height: 30px;
  min-width: 100px;
  max-width: 100px;
  background-color: #ffffff;
  font-family: "VT323 Regular";
  font-size: 15px;
  color: #ffffff;
  background-image: url("/images/beatstime.png");
  background-size: cover;
}