@font-face {
  font-family:"le-monde-livre-std";
  src:url("../shared/fonts/ms") format("woff2");
  font-display:auto;font-style:normal;font-weight:300;
}

body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: black;
    user-select: none;
}

#video {
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
  min-width: 100%;
	margin: 0 auto;
	z-index: -1;
}

.money {
  filter: brightness(0.7);
  cursor: grab;
  position: absolute;
  -webkit-user-drag: none;
  z-index: 3;
}

.money:active {
  cursor: grabbing;
}

#story {
  font-family: "le-monde-livre-std";
  overflow: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 300px;
  height: 300px;
  color: white;
  background-color: black;
  z-index: 1;
  overflow-x: hidden;
}

#eye {
  position: sticky;
  top: 0;
  left: 0;
  float: left;
  opacity: 0;
}

#eyeimg {
  position: absolute;
  top: 0;
  left: 0;
}


#storytext {
  padding: 30px;
  position: absolute;
  white-space: pre-line;
  z-index: 2;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: white;
}

a {
  color: red;
  text-decoration: none;
}