.god {
  background-image: url("/images/fgod.png");    
  height: 100%; 
  background-attachment:fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: black;
  z-index: -1;
}
.hideLink a{
  z-index: 0;
  opacity: 0.25;
}
.hideLink a:hover {
  transform: scale(2);
  z-index: 1;
  opacity: 1;
}
.brain {
  background-color: black;
  background-image: url("/images/brain.png");    
  background-position: center;
  background-repeat: no-repeat;
  display: block; 
  position: fixed; 
  top: calc(100vh - 88%);
  left: calc(100vw - 53%); 
  width: 75px; 
  height: 30px;
}
.rear {
  background-color: black;
  background-image: url("/images/rear.png");    
  background-position: center;  
  background-repeat: no-repeat;
  display: block; 
  position: fixed; 
  top: calc(100vh - 83%);
  left: calc(100vw - 54%); 
  width: 10px; 
  height: 20px;
}
.reye {
  background-color: black;
  background-image: url("/images/reye.png");    
  background-position: center;  
  background-repeat: no-repeat;
  display: block; 
  position: fixed; 
  top: calc(100vh - 83%);
  left: calc(100vw - 52.25%); 
  width: 20px; 
  height: 10px;
}
.leye {
  background-color: black;
  background-image: url("/images/leye.png");    
  background-position: center;  
  background-repeat: no-repeat;
  display: block; 
  position: fixed; 
  top: calc(100vh - 83%);
  left: calc(100vw - 49%); 
  width: 20px; 
  height: 10px;
}
.lear {
  background-color: black;
  background-image: url("/images/lear.png");    
  background-position: center;  
  background-repeat: no-repeat;
  display: block; 
  position: fixed; 
  top: calc(100vh - 83%);
  left: calc(100vw - 47%); 
  width: 10px; 
  height: 20px;
  object-fit: contain;
}
.mouth {
  background-color: black;
  background-image: url("/images/mouth.png");    
  background-position: center;  
  background-repeat: no-repeat;
  display: block; 
  position: fixed; 
  top: calc(100vh - 80%);
  left: calc(100vw - 52%); 
  width: 50px; 
  height: 10px;
  object-fit: cover;
}
.bones {
  background-color: black;
  background-image: url("/images/bones.png");    
  background-position: center;  
  background-repeat: no-repeat;
  display: block; 
  position: fixed; 
  top: calc(100vh - 75%);
  left: calc(100vw - 58%); 
  width: 80px; 
  height: 100px;
}
.nerve {
  background-color: black;
  background-image: url("/images/nerve.png");    
  background-position: center;  
  background-repeat: no-repeat;
  display: block; 
  position: fixed; 
  top: calc(100vh - 55%);
  left: calc(100vw - 54%); 
  width: 85px; 
  height: 100px;
}
.heart {
  background-color: black;
  background-image: url("/images/heart.png");    
  background-position: center;  
  background-repeat: no-repeat;
  display: block; 
  position: fixed; 
  top: calc(100vh - 70%);
  left: calc(100vw - 49%); 
  width: 30px; 
  height: 40px;
}
.rhand {
  background-color: black;
  background-image: url("/images/rhand.png");    
  background-position: center;  
  background-repeat: no-repeat;
  display: block; 
  position: fixed; 
  top: calc(100vh - 51%);
  left: calc(100vw - 62%); 
  width: 30px; 
  height: 30px;
}
.lhand {
  background-color: black;
  background-image: url("/images/lhand.png");    
  background-position: center;  
  background-repeat: no-repeat;
  display: block; 
  position: fixed; 
  top: calc(100vh - 50%);
  left: calc(100vw - 42%); 
  width: 30px; 
  height: 30px;
}