body {
  background-image: url("https://i.pinimg.com/originals/01/88/fc/0188fc811c314804c304e7c51a3d6b93.gif");
  background-repeat: repeat;
  background-attachment: fixed;
 
 
  
  color: hotpink;
  cursor:url("cursor.png"), auto;
  font-family: Arial, Helvetica, sans-serif;
  padding:0px 40px;
  text-shadow: 0 0 5px white,
               0 0 10px white,
               0 0 15px white;
               position: relative;
}

.header{
  display:flex;
  align-items:flex-start; /* aligns button with top of title */
  gap:10px;
  position:relative;
}

.infobutton{
  font-size:18px;
  padding:3px 10px;
  border-radius:6px;

  background: rgba(255,255,255,0.7);
  border: 2px solid hotpink;
  color: hotpink;

  font-family: rainyhearts;

  text-shadow: 0 0 5px white,
               0 0 10px white;

  cursor:url("cursorb.png"), auto;
  
   width:28px;
  height:28px;
  padding:0;
  border-radius:50%;
  font-size:18px;
}

.infobutton:hover{
  background: hotpink;
  color:white;

  box-shadow:
  0 0 8px #fff,
  0 0 15px #ffb6ff;
}

.infobox{
  position:absolute;
  top:20%;
  left:60%; /* adjust if needed */

  background:rgba(255,255,255,0.9);
  padding:12px;
  border-radius:8px;
  max-width:600px;
  font-family: rainyhearts;
  font-size: 20px;
color: darkmagenta;

  z-index:999;

  display:none;
}

.infobox.show{
  display:block;
}

@font-face{
  font-family:"cvlhz";
  src:url("cvlhz.ttf") format("truetype");
}

@font-face{
  font-family:"cve";
  src:url("cve.ttf") format("truetype");
}

@font-face{
  font-family:"rainyhearts";
  src:url("rainyhearts.ttf") format("truetype");
}

@font-face{
  font-family:"nold";
  src:url("arialnb.ttf") format("truetype");
}


.goldglow{
  box-shadow:
  0 0 12px #fff6cc,
  0 0 25px #ffe8a3,
   0 0 35px #ffe8a3,
    0 0 45px #ffe8a3,
    0 0 55px #ffe8a3,
    0 0 65px #ffe8a3,
    0 0 75px #ffe8a3,
    0 0 85px #ffe8a3,
  0 0 95px rgba(255,240,180,0.9);
  border-radius:6px;

}

.goldglow:hover{
  box-shadow:
  0 0 18px #fff8d9,
  0 0 35px #ffe8a3,
  0 0 39px #ffe8a3
  0 0 42px #ffe8a3
  0 0 47px #ffe8a3
  0 0 55px #ffe8a3
  0 0 59px #ffe8a3
  0 0 62px #ffe8a3
  0 0 67px #ffe8a3
  0 0 80px rgba(255,240,180,1);
  border-radius:6px;
}


a:hover,
button:hover,
input:hover {
  cursor: url("cursorb.png"), pointer;
}

img:hover {
  cursor: url(cursorb.png), pointer;
}

 
.gallery{
   column-count: 3;
  column-gap: 20px;
  max-width:1400px;
  margin: 10px auto;
}

.item{
  break-inside: avoid;
  margin-bottom: 20px;
}

.item img{
  width:100%;
  height:auto;
  border-radius:6px;
  display: block;
}

.item p{
  text-align:center;
  font-size:20px;
  margin: 0px;
 
}

h1{
  font-size:90px;
  margin:0px;
   text-shadow: 0 0 5px white,
               0 0 10px white,
               0 0 15px white;
               margin-bottom:2px;
               font-family: cve;
}

body > p{
  margin-top:0;
}

p{ 
  font-size: 25px;
  background-color: yellow;
               font-family:rainyhearts;
               
               
  margin:0px 0;
}


#pageNumbers button{
  margin: 0 5px;
  padding: 5px 10px;
  border-radius: 6px;
  border: 2px solid hotpink;
  background: rgba(255,255,255,0.7);
  color: hotpink;
  font-family: rainyhearts;
}

#pageNumbers button:hover{
  background: hotpink;
  color: white;
}

p1{font-size: 25px;
color:red;
font-family:nold;
-webkit-text-stroke: black;
text-shadow: none;
}


.pages button{
  font-family: rainyhearts;
  font-size: 20px;

  padding: 8px 18px;
  margin: 10px;

  border-radius: 20px;
  border: 2px solid hotpink;

  background: rgba(255,255,255,0.7);
  color: hotpink;

  text-shadow: 0 0 5px white, 0 0 10px white;

  transition: all 0.2s ease;

  box-shadow:
    0 0 5px #fff,
    0 0 10px #ffb6ff;
}

.pages button:hover{
  background: hotpink;
  color: white;

  transform: scale(1.1);

  box-shadow:
    0 0 10px #fff,
    0 0 20px #ffb6ff,
    0 0 30px #ffb6ff;
}

.pages button:active{
  transform: scale(0.95);
}

.pages{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.filters{
  text-align:auto;
  margin: 0;
}

.filters button{
  margin:0;
  padding:0;
  border-radius:15px;
  border:2px solid hotpink;

  background: rgba(255,255,255,0.7);
  color: hotpink;

  font-family: rainyhearts;

  transition: 0.2s;
}

.filters button:hover{
  background: hotpink;
  color:white;
  transform: scale(1.1);
}

.filter-container{
 display: flex;
  justify-content: flex-end;
  margin: 20px 0;

}

.filter-toggle{
  font-family: rainyhearts;
  font-size: 20px;
  float:right;

  padding: 8px 20px;
  border-radius: 20px;
  border: 2px solid hotpink;

  background: rgba(255,255,255,0.7);
  color: hotpink;

  cursor: pointer;
  transition: 0.2s;
}

.filter-toggle:hover{
  background: hotpink;
  color: white;
  transform: scale(1.1);
}

/* dropdown menu */
.filter-menu{
  display: none;
  position: absolute;
  right: 0;

  margin-top: 10px;
  padding: 10px;

  background: rgba(255,255,255,0.95);
  border-radius: 12px;

  box-shadow:
    0 0 10px #fff,
    0 0 20px #ffb6ff;

  z-index: 1000;
}

/* when active */
.filter-menu.show{
  display: block;
}

/* buttons inside menu */
.filter-menu button{
  display: block;
  width: 100%;
  margin: 5px 0;

  padding: 6px 12px;
  border-radius: 10px;
  border: 2px solid hotpink;

  background: rgba(255,255,255,0.7);
  color: hotpink;

  font-family: rainyhearts;
}

.filter-menu button:hover{
  background: hotpink;
  color: white;
}
