@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');
}

/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #900404 #000000;
  }

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

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

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

body {
  background-image: url("/spookygifs/16.gif");
  background-size: auto 100px;
  background-repeat: repeat;
  background-color: #000000;
  color: #11fc00;
  font-family: "VT323 Regular";
  cursor: url("images/hellcursor.png"), 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;
}