body {
  margin: 0;
  background-image: url(https://furaisu.neocities.org/shrines/magazines/window11.jpeg);
  font-family: courier;
  background-attachment: fixed;
  display: flex;
  background-repeat: no-repeat;
    background-size: cover;
  flex-direction: column;
  align-items: center;
}

.paint-container {
  position: absolute;
  height: 518px;
    top:200px;
}

.paint-bg {
  width: 100%;
  height: 100%;
  border-radius: 11px;
}

.viewer-inside-paint {
  position: absolute;
    top: 477px;
  width: 260px;
  height: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* permet de cliquer à travers sauf sur les flèches */
    
}

.viewer-inside-paint img { 
  object-fit: contain;
  pointer-events: auto;
}

.viewer-inside-paint .arrow {
  width: 25px;
  cursor: pointer;
}

.arrow {
  width: 70px;
  cursor: pointer;
}

.main-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
}

#mainImage {
    height: 400px;
  object-fit: contain;
  margin-bottom: 10px;
}

.thumbnails {
    background-color: rgba(255, 255, 255, 0.83);
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.thumbnail {
  width: 20px;
  height: auto;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s;
}

.thumbnail:hover {
  transform: scale(1.1);
  border-color: #ff99cc;
}

.magpage1{
    height: 650px;
    position: absolute;
    top: 20px;
    left: 84px;
        z-index: -1;

}
.magpage2{
    height: 650px;
    position: absolute;
    top:131px;
    left: 792px;
        z-index: -1;

}.magpage3{
    height: 650px;
    position: absolute;
    left:178;
    top:435;
    z-index: -2;
}
redstar{
    position: absolute;
    z-index: 3;
}
.otherpic{
    height: 200px;
    position: absolute;
    left: 4px;
    top: 134px;
}
p{
    color: white;
    background-color: blue;
}
.textbox2{
    background-image: url(https://furaisu.neocities.org/images/Windows%2095_%20Aesthetic%20Stickers.jpeg);
  background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 466px;
    height: 235px;
    top: 337px;
    left: 5px;
    z-index: 2;
    display:block;    
    text-align: justify;
}


h3{
    color: black;    
    margin: 40px;
    padding-top: 10px;
    font-size: 16px;
}

.fenetre{
    position: absolute;
    z-index: 4;
    background-color: #ffd29d;
    text-align: justify;
        border-style: solid;
    border-width: 2px;
    border-color: #ff42da;
    padding-bottom: 15px;
    padding-top: 8px

}
h4{
    padding: 18px;
    background-color: #ffee67;
    border:solid;
        border-width: 2px;
    border-color: #ff83c6;
    margin: 13px;
    margin-top: -17px;
}
h5{
    font-size: 20px;    
    background-color: #f263b0;    
    color: yellow;
   margin-top: -8px;
    font-family: sans-serif;
}
a{
    color: #f263b0;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: #ff42da;
    border-left-color: yellow;
    border-top-color: yellow;
        margin: 13px;
       padding-left: 12px;
       padding-right: 12px;
      margin-bottom: 20px;
}
a:hover{
        border-style: solid;
    border-width: 2px;
    border-color: yellow;
    border-left-color:  #ff42da;
    border-top-color:  #ff42da;
    color: yellow
}







