body{
  background-image:url(EVA.png);
  background-size: cover;
  overflow:hidden ;
}

.journal2 {
  position: absolute;
  top: -100px ;
  left: 267px;
  width:71.5%;/* Largeur du conteneur */
  height:46%;
  transform:scale(0.4) ;
  border: 8px solid white
}	


.book {
  border-radius: 15px;
  width: 500px; /* adjust size */
  max-width: 100%;
  aspect-ratio: 3 / 2;
  display: flex;
}
.pageL,	.pageR {
  height: 80%;
  width: 41%;
  display: inline-block;
  position: relative;
  border-radius: 10px;
}
.pageL {
  font-size : 12px ;
  left: 21px ;
  top: -2px ;
}
.pageR { 
   font-size : 12px ;
   left: 53px ;
   top: -2px ;
}

.book {     
  position : absolute ;
    left : 720px ;
    top: 400px;
    transform: scale(1.7);
}
	
.container1 {     
  position : absolute ;
    left : 1065px ;
    top: 575px;
    transform: scale(0.075);
    filter: drop-shadow(30px 0px 4px #898989);
}	
	
.container3 {  
  position : absolute;
    left : 320px ;
    top: 575px;
    transform: scale(0.075);
    filter: drop-shadow(30px 0px 4px #898989);
}		

.journal {
  -webkit-text-stroke: 0.6px black; /* width and color */
  position:absolute ;
    width:200px;        /* Largeur du conteneur */
    height:160px;       /* Hauteur du conteneur */
    left: 990px;
    top: 163px;
    transform: scale(2.9) ;  
    border-radius: 4px ;
    font-family: 'evangelion' ;
    color : white ;
}

.book4 {
  position:absolute ;
    width:200px;        /* Largeur du conteneur */
    height:160px;       /* Hauteur du conteneur */
    left: 380px;
    top: 155px;
    transform: scale(0.31) ;
    border-radius: 4px ;
    font-family: 'evangelion' ;

}

