@font-face {
  font-family: NewRocker;
  src: url("https://peachyvoid.com/fonts/NewRocker.ttf");
}

body {
    
    background: 
    linear-gradient(rgba(0, 0, 0, 0.534), rgba(0, 0, 0, 0.514)),
    url('https://peachyvoid.com/backgrounds/02d9e2c604f9d91f956365d043c82ed5.jpg') repeat;
   
}

.book-wrapper {
  width: 90vw;             
  max-width: 1000px;
  position: relative;       
  margin-left: 350px;
}

.bookpage {
  background: url('https://peachyvoid.com/bestiary/open-blank-book.jpg') no-repeat center top;
  background-size: cover;        
  width: 1000px;                 
  min-height: 600px;             
  margin: 50px auto;             
  padding: 41px;                 
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  position: relative;            
  overflow: hidden;              
  border-radius: 15px;           
  background-clip: border-box;
  border-style: solid;
  border-width: 15px;
  border-color: rgb(59, 38, 24);
  font-family: NewRocker;
}

.book-content {
  position: absolute;
  top: 50px;                 
  left: 600px;
  right: 60px;
  bottom: 60px;
  width: 450px;
  overflow-y: auto;          
  overflow-x: hidden;
  padding: 20px;
  font-size: 1.1rem;
  color: #000000;             
  line-height: 1.6;
  z-index: 5;      
  font-family: NewRocker;
  font-size: 15px;
  white-space: normal;    
  word-wrap: break-word;  
  word-break: break-word;     
  scrollbar-width: none;
  scroll-behavior: smooth;     
}

.book-content::-webkit-scrollbar {
  display: none;
}

.note {       
  color: #000000; 
  text-shadow: 
    0 0 2px #fff,      
    0 0 4px rgba(199, 199, 199, 0.589); 
  font-family: NewRocker;
  font-size: 14px;
}

.clipping {
  position: absolute;
  top: 120px;
  left: 50px;
  max-width: 180px;
  transform: rotate(-3deg);
}


.img img {
  width: 100%;    
  height: auto;    
  display: block;
}

.img::before {
  content: '';
  position: absolute;
  top: -16px;           
  left: 0;              
  width: 100%;          
  height: 30px;         
  background: url('https://peachyvoid.com/graphics/tape1.png') no-repeat center;
  background-size: contain;
  z-index: 10;          
}

.img.no-tape::before {
  content: none; 
}

.rosary {
  position: absolute;               
  top: -50px;                       
  left: -100px;                    
  width: 360px;                    
  height: 340px;                     
  background: url('https://peachyvoid.com/graphics/shrines/sammy/bonerosary.png') no-repeat center;
  background-size: contain;       
  pointer-events: none;             
  z-index: 20;                       
  transform: rotate(30deg);       
}

.spacer {
  height: 210px; 
}

.cd {
  position: absolute;
  z-index: 30;
}

.cd img {
  width: 150px;
  display: block;
  transition: transform 0.25s ease;
}


.cd:hover img {
  transform: scale(1.08) rotate(0deg);
  cursor: pointer;
}


.cd-1 {
  top: 100px;
  left: 1090px;   
  transform: rotate(4deg);
}

.cd-2 {
  top: 240px;
  left: 1090px; 
  transform: rotate(-8deg);
}

.headphones {
  position: absolute;               
  top: -20px;                       
  left: 1080px;                    
  width: 360px;                    
  height: 340px;                     
  background: url('https://peachyvoid.com/graphics/shrines/sammy/earbuds.png') no-repeat center;
  background-size: contain;       
  pointer-events: none;             
  z-index: 20;                       
  transform: rotate(-30deg);       
}


.cd {
  position: absolute;
  z-index: 30;
}

.cd-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);

  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  font-family: 'courier new', monospace;

  opacity: 0;
  transition: opacity 0.2s ease;

  pointer-events: none;
  white-space: nowrap;
}

.cd:hover .cd-label {
  opacity: 1;
}


.link-clipping a {
  display: block;
}


.link-clipping img {
  transition: transform 0.25s ease, filter 0.25s ease;
}


.link-clipping:hover img {
  transform: scale(1.06);
  filter: brightness(1.1);
  cursor: pointer;
}

.link-clipping:hover {
  z-index: 50;
}

.back-button {
  position: fixed;
  top: 20px;
  left: 20px;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  z-index: 1000;
  transition: background 0.2s ease;
}

.back-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.back-home {
  position: fixed;
  top: 60px;
  left: 20px;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  z-index: 1000;
  transition: background 0.2s ease;
}

.back-home:hover {
  background: rgba(0, 0, 0, 0.8);
}