#neutropoli{  
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.canvas {
  z-index: -1;
}  

.info_leyer { 
  position: absolute;
  top: 0px;
  width: 100%;
  height: 60px;   
  display: flex;
  align-items: center;
  justify-content: center;
}

#info {   
  width: 240px;
  height: 30px;   
  text-align: center; 
  font-size: 12px;;
}

.canvas {
  z-index: -1;             
}

canvas {
  position: absolute;
  top: 0;
  cursor: grab;
}

canvas:active {				
cursor: grabbing;
}

.home-text {
  width: 70%;
  height: 70vh; 
}


/* COVER AND BOOK CONTAINER*/
.container-book {
  /* border: 1px solid greenyellow; */
  width: 70%;
  height: 70vh;
  display: flex;
  flex-direction: row;
  align-items: first baseline;
  -webkit-justify-content: center;
  justify-content: space-around;
}

/* 1 */
.cover-container {  
  width: 24%;
  height: 90%;
  display: flex;
  flex-direction: column;  
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.cover-container img {
  width: 100%;
  height: auto;  
}

/* 2 */
.text-container { 
  /* border: 1px solid orange;  */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;  
  align-items: center;
  justify-content: space-around;
  padding: 0px; 
}

.text-book {
  /* border: 1px solid rgb(55, 136, 169); */
}

.text-book h2 {
  font-style: italic;
  font-size: 40px;
}

.text-book p {     
  font-size: 24;
  line-height: 30px;  
  color: rgb(255, 255, 255);   
}

/* 3 */
.video_performance {
  width: 24%;
  height: 90%;
  display: flex;
  flex-direction: column;  
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.video_performance img {
  width: 100%; 
}

.video_performance {
  display: none;
}

.italic {
  font-style: italic;  
}

.button_div_writing {  
  /* border: 1px solid rgb(255, 57, 47); */
  width: auto;
  position: absolute;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  bottom: 130px;   
  z-index: 9999;
}

.button_div_writing button {
  background-color: rgba(255, 255, 255, 0);
  width: 100px;  
  height: 30px;
  border: 1px solid #a2ff00;
  border-radius: 15px;
  color: #a2ff00;
  font-size: 12px;
}

.button_div_writing button:hover {
  cursor: pointer;
  border: 1px solid #ff00a2;
  color: #ff00a2;
}

.button_div {
  width: 90%;
  display: flex;
  align-items: center; 
  justify-content: right; 
}

.button_camera {  
  position: fixed;
  align-items: right;
  height: 40px;
  bottom: 40px;  
  width: 100%; 
}

.button-controls {
  width: 90%;
  position: absolute;
  display: flex;
  bottom: 40px;
  align-items: center;
  justify-content: right;
  z-index: 999;
}

.scrolling {
  position: absolute;
  bottom: 52px 
}

.scrolling img {
  width: 20px;
  height: 20px;
}

.sub-up p {
  font-size: 24px;
}

.sub-up a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 1024px) {

  .home-text {
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .container-book {    
    width: 90%;
    height: 80Vh;
  }

  .cover-container {    
    width: 40%;
    height: 60%; 
  }
      
  .cover-container img {     
    height: 100%;
    width: auto;
   }       
  
  .text-container {  
    width: 60%;
    height: 60%;       
  }
    
  .text-book {      
    width: 90%;
    height: 80%;       
    font-weight: 100; 
  }  
  
  .text-book h2 {      
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;     
  } 
  
  .text-book p {      
    font-size: 16px;
    line-height: 18px;
    font-weight: 100; 
  } 

  .button_div_writing {    
    justify-content: center;   
    bottom: 100px;  
  }
}
  

@media (max-width: 724px) {
  .home-text {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #neutropoli {
    height: 100vh;
  }

  .container-book {
    position: absolute;  
    width: 100%;
    height: 86vh;  
    flex-direction: column;
    top: 40px;   
  }

  .cover-container {    
    overflow: hidden;     
    width: 100%;
    height: 30%;   
  }
  
  .cover-container img {     
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top; 
  }       

  .text-container {
    width: 100%;
    height: 90%;       
  }
  
  .text-book {        
    height: 90%;   
    padding-top: 20px; 
  }
  
  .text-book h2 {    
    font-size: 22px;
    font-weight: 100; 
    text-align: left; 
  } 
  
  .text-book p {
    font-size: 19px;
    line-height: 21px;
    font-weight: 100; 
  }  

  .button_div_writing {
    width: 80%;
    bottom: 80px;
  }

  .video_performance {
    display: none;
  } 
  
}