@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-width: thin;
    scrollbar-color: #fa901e #1060c9;
  }

  *::-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;
  background-attachment: fixed;
  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;
}
.navbar {
  background-image: url("https://textures.neocities.org/thumbnails/pattern-and-prints/thumb_DIAMOND.jpg");
  color: #f70217;
  border-style: solid;
  border-width: 5px;
  border-color:#fa901e;
  border-radius: 10px;
  z-index: 5;
  position: fixed;
  height: auto;
  left:0;
  top:0;
  overflow: hidden;
}
.logo {
  z-index: 10;
  position: fixed;
  left:110px;
  top:0;
}
.homemoviesborder {
  left: 210px;
  top: 160px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  rotate: 5deg;
}
.homemoviesembed {
  left: 235px;
  top: 244px;
  position: absolute;
  z-index: 1;
  rotate: 5deg;
}
.homemoviesbg {
  background-image: url(backgrounds/homemovies.png);
  min-width: 600px;
  max-width: 600px;
  min-height: 1200px;
  max-height: 1200px;
  border-style: solid;
  border-color: #fa901e;
  border-radius: 12px;
  border-width: 8px;
  position: absolute;
  overflow: auto;
  z-index: 0;
  rotate: -1deg;
}
.josie {
  left: 380px;
  top: 505px;
  position: absolute;
  z-index: 1;
  rotate: 41deg;
}
.paulapicmix {
  left: 515px;
  top: 600px;
  position: absolute;
  z-index: 1;
  rotate: -8deg;
}
.coachshadow {
  left: 670px;
  top: 1080px;
  position: absolute;
  z-index: 1;
}
.infobox1 {
  color: #fa901e;
  text-align: left;
  left: 210px;
  top: 570px;
  position: absolute;
  border-radius: 7px;
  max-width: 230px;
  min-width: 230px;
  max-height: 300px;
  min-height: 300px;
  border-style: solid;
  border-color: #fa901e;
  background-color: #ffe6a6;
  overflow: auto;
  z-index: 2;
  rotate: -1deg;
}

body, html {
    user-select: none;
}