@font-face{
    font-family: "typerwriter";
    src: url(https://furaisu.neocities.org/fonts/Typewriter.ttf) format('truetype');    
}
@font-face{
  font-family: "cute_love";
  src: url(https://furaisu.neocities.org/fonts/Cute%20Love.ttf);
}
@font-face{
  font-family: "cheri";
  src: url(https://furaisu.neocities.org/fonts/CHERI___.TTF);
}
@font-face{
  font-family: "dwat";
  src: url(https://furaisu.neocities.org/fonts/Disappeared%20without%20a%20trace.ttf);
}

body {
  font-family: "typerwriter", monospace;
    margin: 0;
    padding: 5px;
    text-align: center;
    background-image: url("https://furaisu.neocities.org/images/%EF%B9%ABsolyhae%20%F0%9F%90%BC.jpeg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;

}
.container{
    margin: auto;
    width: 1000px;
    display: flex
}
.banner{

    background-image: url(https://furaisu.neocities.org/shrines/navy%20style/background-2.jpeg);
    position: relative;    
    background-color: rgba(255, 92, 92, 0.55);
    background-repeat: no-repeat;
    align-items: center;
    background-size: cover;
    width: 1000px;
    margin: auto;
    margin-bottom: 20px;
    border: solid;
    border-radius: 25px;
    border-width: 6px;    
    border-color: yellow;
    border-left-color: #ff00c3;
        border-top-color: #ff00c3;

}
.inbanner{
    height: 200px;
}

.fenetre{
    position: relative;
    z-index: 41;
    background-color: #ffd29d;
    text-align: justify;
        border-style: solid;
    border-width: 2px;
    border-color: #ff42da;
    padding-bottom: 10px;
    padding-top: 8px;
    margin: 4px;
    justify-content: flex-end;
        width: 250px;

}
h4{
    padding: 2px;
    background-color: #ffee67;
    border:solid;
        border-width: 2px;
    border-color: #ff83c6;
    margin: 6px;
    margin-top: -22px;
    font-size: 13px;
}
h5{    
    font-family: Courier; 
    font-size: 17px;    
    background-color: #f263b0;    
    color: yellow;
   margin-top: -8px;
}
.buton{
    display: flex;
    align-items: center;
    gap: 2px; /* espace entre le lien et le bouton */
    margin-left: 3px;  
}
.mybutton{
    height: 27px;
}
pre{
    padding: 4px;
    background-color: #ffee67;
    border:solid;
    border-width: 2px;
    border-color: #ff83c6;
    margin: 5px;
    font-size: 8px;
    max-height: 20px;
    overflow: auto;
    max-width: 140px;
    overflow-x: hidden;
}

/* enlever les border after! */

.colonne1{
    align-items: center; 
    width: 270px;
}
.colonne2{
    position: relative;
    width: 500px;  
    margin-left: 10px; 
    overflow: hidden;
}
.blink{
    height:25px;
}
.colonne3{
    margin-left: 10px;  
    width: 225px; 
}

.navbar{
    margin-top: 20px;
    padding: 10px;
    background-image: url(https://furaisu.neocities.org/images/pale%20pink%20tartan.jpg);
    height: 278px;
    border: dotted;
    border-width: 5px;
    border-radius: 20px;
}

.list1,
.list2,
.list3,
.list4, 
.list5{
    margin: 10px;
    padding-top: 15px;
}
.navbar a{
    text-decoration: none;
    background-color: black;
    padding: 0.5em 2em;
    border-radius: 25px;
    color: #ffa4c1;
    font-family: "cheri";
}
.navbar a:hover{
    color: black
}
.list1 :hover{
    background-color: #ff86d9;
    padding: 0.5em 2em;
    border-radius: 25px;
    transition: 250ms ease;
}
.list2 :hover{
    background-color: #a786ff;
    padding: 0.5em 2em;
    border-radius: 25px;
    transition: 250ms ease;

}
.list3 :hover{
    background-color: #86faff;
    padding: 0.5em 2em;
    border-radius: 25px;
    transition: 250ms ease;
    
}
.list4 :hover{
    background-color: #abff86;
    padding: 0.5em 2em;
    border-radius: 25px;
    transition: 250ms ease;

}
.list5 :hover{
    background-color: #faff86;
    padding: 0.5em 2em;
    border-radius: 25px;
    transition: 250ms ease;

}

.smallcontainer{
    padding: 20px;
    max-height: 384px;
      overflow-x: auto;
    text-align: justify; 
    background-color: #fffde7;
    position: relative;
    margin: auto;
    margin-top: 20px;
}

.stamps{
    height: 60px;
}
.stamps-track {
    display: flex;
    gap: 5px;
    animation: slideinfinite 20s linear infinite;
    width: max-content;
}
@keyframes slideinfinite {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}



.gif1{
    margin-top: 20px;
    width: 500px;
}
.randompic{
    position: relative;
    margin-left: -15px;
    z-index: 1;
    height: 233px;
}


.textbox{       
    font-family: "cheri" ; 
    margin: 20px;
    background-color: #ffe7f9;
    border-radius: 17px;
    padding: 16px;
    text-align: left
}
.colonne3 a{
    text-decoration: none;
    color: #c4004b;
    font-size: 18px;
}

.colonne3 a:hover{
    color: #00eaff;
}

.shrines_title{
    color:darkmagenta;
    background-image: url(https://furaisu.neocities.org/images/pale%20pink%20tartan.jpg);
    padding: 1px;
    border-radius: 10px;
    margin: 5px;
    margin-top: 15px;
    font-family: "cheri";
    font-size: 23px;
}





.guestbook-wrapper {
  width: 235px;
  background: #ffffcc;
  border: 5px solid #ff00aa;
  padding: 15px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 0 10px #ff77ff;
  font-family: 'Comic Sans MS', cursive;
}
.guestbook-wrapper h3 {
  font-size: 14px;
  color: #ff0099;
  margin-bottom: 10px;
  text-shadow: 1px 1px white;
}

.links{
  font-family: "cheri";
        color:deeppink;
    background-image: url(https://furaisu.neocities.org/images/pale%20pink%20tartan.jpg);
    padding: 19px;
    border-radius: 10px;
    margin: 5px;
    margin-top: 15px;
}


.smallcontainer::-webkit-scrollbar{
    width: 20px;    
    border-radius: 10px
}
.smallcontainer::-webkit-scrollbar-track{
    background-image: url(https://furaisu.neocities.org/images/dot3.jpeg);
    background-size: 62px 
}
.smallcontainer::-webkit-scrollbar-thumb{
    background-color: #57ffff;
    border-radius: 5px;
    border-style: solid;
    border-color: #00d7ff;
    border-top-color: #ffc1fc;
    border-left-color: #ffc1fc
}
.smallcontainer::-webkit-scrollbar-thumb:hover{
    background-color: deeppink;
    border-color: #95001a;
    border-top-color: #ffc1fc;
    border-left-color: #ffc1fc
}


