/* Hide scrollbar for Chrome, Safari and Opera */

@font-face {
  font-family: "hydratinglip";
  src: url('assets/movieopinions/HydratingLip.ttf');
}
@font-face {
  font-family: "kiwisoda";
  src: url('assets/movieopinions/KiwiSoda.ttf');
}
@font-face {
  font-family: "erikasbuero";
  src: url('assets/movieopinions/ErikasBuero.ttf');
}

body {
  background-image: url('images/bluestar.jpg');
  image-rendering: pixelated;
  overflow: hidden;
}



h2 {
  font-family: "erikasbuero";
  color: black;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0px;
  margin: 0 0 10px 0;
}

h3 {
  font-family: "erikasbuero";
  color: black;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0px;
  margin: 0 0 10px 0;
  font-weight: normal;
}

#reviewbody {
  font-family: "erikasbuero", sans-serif;
  color: black;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0px;
  margin: 0;
}

#review {
  overflow-y: scroll;
  height: 600px;
}

#review::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

#review::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 0;
}

#container {
  position: absolute;
  width: 1300px;
  height: 850px;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}

#films {
  position: absolute;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  top: 100px;
  width: 600px;
  height: 750px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#films::-webkit-scrollbar {
  display: none;
}

.film {
  transition: transform 0.1s ease-in-out, z-index 0.1s ease-in-out 0.15s;
  box-shadow: 0 0 5px black;
  z-index: 2;
}

.film:hover {
  transform: scale(1.3);
  z-index: 3;
  transition-delay: 0s;
}

.dvd {
  height: 32px;
  width: auto;
  z-index: 1;
}

.vhs {
  height: 62px;
  width: auto;
  z-index: 2;
}

#banner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.button {
  height: 250px;
  transition: transform 0.1s ease-in-out, z-index 0.1s ease-in-out 0.15s;
  z-index: 2;
}

.button:hover {
  transform: scale(1.3);
  z-index: 3;
  transition-delay: 0s;
}

#introblob {
  width: auto;
  font-family: "hydratinglip";
  color: white;
  font-size: 32px;
  text-align: justify;
  text-shadow: 3px 3px black, 0px 0px 5px black, 0px 0px 10px black;
  letter-spacing: 1px;
  margin: 0;
}

#scrap {
  position: absolute;
  width: 400px;
  height: 600px;
  right: 50px;
  top: 0px;
  background-image: url('./images/paperblue.png');
  background-size: 600px 800px;
  background-repeat: no-repeat;
  text-align: justify;
  display: block;
  padding: 110px 120px 120px 110px;
  margin: 50px 0 0 0;
}
