@font-face {
    font-family: 'LeeSeoyun';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2202-2@1.0/LeeSeoyun.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
      src: url('https://angelovin.neocities.org/font/Minecraftia-Regular.ttf');
  font-family: 'Minecraftia';
  font-display: swap;
}


@font-face {
  src: url(https://angelovin.neocities.org/font/pc-9800.woff2);
  font-family: 'pc-9800';
  font-display: swap;
}



body {
    width: 1400px;
    height: 650px;
    background-image: url(img/back.png);
    background-size: 20%;
    image-rendering: -webkit-optimize-contrast;
    margin: 0px auto;
    text-align: center;
}


.lace-top {
top: 0;
    left: 0;
    width: 100vw;
    height: 31px;
    background: url(https://angelovin.neocities.org/photo/img/lace1.png) repeat-x;
    background-size: auto 30px;
    filter: drop-shadow(0px -1px #dbdbdb);
    transform: rotate(180deg);
    background-position: left bottom;
    position: fixed;
    z-index: 1001;
}

.lace-bottom {
bottom: 0;
  left: 0;
    width: 100vw;
    height: 31px;
    background: url(https://angelovin.neocities.org/photo/img/lace1.png) repeat-x;
    background-size: auto 30px;
    filter: drop-shadow(0px -1px #dbdbdb);
    background-position: left bottom;
    position: fixed;
    z-index: 1001;
}

.lace-left {
top: 0;
    left: 0px;
    width: 31px;
    height: 100vh;
    background: url(https://angelovin.neocities.org/photo/img/lace2.png) repeat-y;
    background-size: auto 305px;
    filter: drop-shadow(1px 0px #dbdbdb);
    position: fixed;
    z-index: 1001;
}


.lace-right {
top: 0;
    right: 0px;
    width: 31px;
    height: 100vh;
    background: url(https://angelovin.neocities.org/photo/img/lace2.png) repeat-y;
    background-size: auto 305px;
    transform: rotate(180deg);
    filter: drop-shadow(1px 0px #dbdbdb);
    position: fixed;
    z-index: 1001;
}

.main {
width: 899px;
    height: 660px;
    border-image: url(https://angelovin.neocities.org/photo/img/lace3.png) 131 round;
    filter: drop-shadow(1px 1px #dbdbdb);
    border-width: 45px;
    border-style: solid;
    border-image-outset: 0px;
    border-radius: 0px 0px 0px 0px;
    margin: 0px auto;
    margin-top: 60px;
    margin-left: 45px;
}


.main-b {
width: 819px;
    height: 593px;
    margin-left: 0px;
    padding: 40px;
    margin-top: -7px;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    overflow-y: hidden;
    overflow-x: hidden;
    scrollbar-width: none;
}


.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height:590px;
  gap: 10px;
}


.item {
  height: 190px;
    cursor: pointer;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


.item:hover {
 
opacity: .7; 
  
}

.pagination {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 835px;
    margin-left: 35px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 10px;
}

.page-arrow {
    width: 32px;
    height: 32px;
    border: none;
    color: #f39fc9;
    background-color: transparent;
    cursor: pointer;
    font-size: 15px;
}

#prevPage { left: 10px; }
#nextPage { right: 10px; }

.page-arrow:disabled {
  opacity: 0.4;
  cursor: default;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.6);
}

.modal img {
  max-width: 400px;
  border-radius: 15px;
}

.caption-row {
  position: relative;
  color: white;
  padding-top: 5px;
  width: 100%;
  font-family: 'pc-9800';
}

.date {
  position: absolute;
  left: 0;
  font-size: 12px;
  opacity: 0.8;
}

.caption {
  text-align: center;
  font-size: 14px;
  position: relative;
    top: 20px;
  
}


.right-b{
display: flex;
    gap: 25px;
    margin-top: -370px;
    position: absolute;
    margin-left: 1045px;
    width: 270px;
    height: 350px;
    border-style: solid;
    image-rendering: pixelated;
    border: 7px solid;
    border-radius: 10px;
    flex-direction: column;
    border-image: url(https://angelovin.neocities.org/img/border1.png) 5 fill round;
    border-image-outset: 5px;
    outline: 1px dashed #ffcfe6;
    outline-offset: -6px;
}




.heart-top {
  
top: 0;
    width: 342px;
    margin-left: 1100px;
    height: 337px;
    background: url(https://angelovin.neocities.org/photo/img/heart1.png) no-repeat;
    background-size: cover;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
  
}

        .back-button {
      position: fixed;
    bottom: 35px;
    left: 20px;
    font-family: 'pc-9800';
    background-color: #fde7f4;
    color: white;
    text-shadow: 1px 0px #b5b5b5, 0px 1px #b5b5b5, -1px 0px #b5b5b5, 0px -1px #b5b5b5;
    padding: 11px 15px;
    border: 1px solid white;
    outline: 1px solid #f5d5e8;
    border-radius: 25px;
    font-size: 9px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 1100;
    }

    .back-button:hover {
      color:white;
      background-color: #fadbec;
      transform: scale(1.05);
      box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    }
    
    
    
    
    
    
    
    
body::-webkit-scrollbar {
  display: none;
}

::selection {
  text-shadow: 1px 0px #ecc5d7, 0px 1px #ecc5d7, -1px 0px #ecc5d7, 0px -1px #ecc5d7;
  color: white;
}



* {
    cursor: url(https://ashtoangel.ivyro.net/img/mouse.png), url(https://ashtoangel.ivyro.net/img/mouse.png), auto !important;
}
    
    
    
    
    
