@font-face {
  font-family: "Meseo";
  src: url("../assets/fonts/meseo-300.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Meseo Bold";
  src: url("../assets/fonts/meseo-600.woff2");
  font-weight: 600;
}
@font-face {
  font-family: "SketchRockwell";
  src: url("../assets/fonts/SketchRockwell-Bold.ttf");
  font-weight: 700;
}
/* */
* {
  margin: 0;
  padding: 0;
}
.shadow {
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
}
.green-shadow {
  box-shadow: 10px 10px 10px 0 rgba(0, 255, 0, 0.3);
}
.pressable:active {
  -webkit-transform: scale(0.9);
}
.green-border {
  outline: 3px solid #2ebfbe;
}
/* */
body {
  font-family: Arial;
  user-select: none;
  -webkit-user-select: none;
  overflow: hidden;

  background-image: url("../assets/img/header-paper.jpg");
  background-size: 100% 210px;
  background-repeat: no-repeat;
  background-color: white;
}
body .page {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

body .pressable:active {
  -webkit-transform: scale(0.9);
}
body .back {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 153px;
  height: 48px;
  padding: 6px 0 0 60px;
  font-size: 25pt;
  font-weight: bold;
  background: url("../assets/img/nav-arrow-right.png") no-repeat;
  background-position-x: 163px;
}
body .next {
  display: none;
  position: absolute;
  top: 980px;
  right: 50px;
  height: 48px;
  width: 312px;
  padding: 6px 0 0 60px;
  font-size: 25pt;
  font-weight: bold;
  background: url("../assets/img/nav-arrow-right.png") no-repeat;
  background-position-x: 322px;
}

.title {
  font-family: "SketchRockwell";
  font-size: 96px;
  font-weight: 700;
  line-height: 96px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  display: none;

  position: absolute;
  top: 57px;
}

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.home {
  position: absolute;
  top: 53px;
  right: 67px;
  z-index: 99;
}

body #leesScreen {
  width: 1920px;
  height: 1080px;

  display: flex;
  justify-content: center;
}
body #leesScreen #covers {
  width: 75%;
  height: 75%;
  margin-top: 240px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 122px;

  overflow-y: auto;
  padding-right: 1rem;
}

#covers::-webkit-scrollbar {
  width: 10px;
  background-color: #d7bc99;
  border-radius: 1rem;
}

#covers::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 1rem;
}

.cover {
  width: 390px;
  height: 543px;
}

.cover img {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

body #leesScreen #closeRead {
  position: absolute;
  top: calc(210px / 2);
  left: 35px;
  width: 72px;
  height: 72px;
  margin-top: -36px;
  background-image: url("../assets/pics/back.png");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 100;
  display: none;
}
body #leesScreen #read {
  position: absolute;
  width: 1920px;
  height: 1080px;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
body #leesScreen #read #pdf {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}
body #leesScreen #read #pdf .pdf-full {
  display: none;
}
