

body {
      background-color:#000;
      color: #fff;
      font-family: 'times new roman', cursive, sans-serif;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }

    .container {
      background-image: url('https://sniikon.neocities.org/images/bggallery.pngs');
      display: grid;
      grid-template-columns: 230px 220px 200px;
      grid-template-rows: 100px 100px;
      gap: 65px;
      column-gap: 25px;
      padding: 0px;
      margin: auto;
      margin-top: 0px;
      margin-bottom: 0px;
      position:relative;
      left:0;
      right:0;
      top:0;
      bottom:0;
      width: 840px;
      height: 1400px;
    }

  .columnone {
    background-color: #000;
    border: 1px solid #303030;
    position:relative;
    left:0px;
    right:0;
    top:0;
    bottom:0;
    width: 840px;
    height: 155px;
}

  .columntwo {
    background-color: #000;
    border: 2px solid blue;
    position:relative;
    grid-column: 1 / 3;
    left:20px;
    right:0;
    top:0;
    bottom:0;
    width: 200px;
    height: 500px;
    padding:10px;
}

  .columnthree {
    position:relative;
    grid-column: 2 / 3;
    left:0px;
    right:0;
    top:-165px;
    bottom:0;
    width: 350px;
    height: 200px;

}

  .columnfour {
    background-color: black;
    position:relative;
    text-align:right;
    grid-column: 3 / 3;
    left:112px;
    right:0;
    top:-165px;
    bottom:0;
    width: 220px;
    height: 270px;
}

  .columnfive {
    background-color: black;
    grid-column: 1 / 3;
    position:relative;
    left:20px;
    right:0;
    top:0px;
    bottom:0;
    width: 250px;
    height: 255px;
}

  .columnsix {
    background-color: transparent;
    grid-column: 3 / 3;
    position:relative;
    left:-90px;
    right:0;
    top:0px;
    bottom:0;
    width: 420px;
    height: 90px;
}


  .columnseven {
    background-color: transparent;
    border: 2px solid transparent;
    grid-column: 3 / 3;
    position:relative;
    overflow: auto;
    left:-235px;
    top:-220px;
    width: 550px;
    height: 600px;
    overflow-x: hidden;
}


  .columneight {
    background-color: transparent;
    grid-column: 1 / 3;
    position:relative;
    left:10px;
    right:0;
    top:0px;
    bottom:0;
    width: 380px;
    height: 130px;
}

  .columnnine {
    background-color: #000;
    border: 2px solid blue;
    grid-column: 1 / 3;
    position:relative;
    left:20px;
    right:0;
    top:-220px;
    bottom:0;
    width: 795px;
    height: 220px;
}

  .columnten {
    background-color: #000;
    border-radius: 15px;
    grid-column: 3 / 3;
    position:relative;
    overflow: auto;
    left:130px;
    right:0;
    top:0px;
    bottom:0;
    width: 180px;
    height: 220px;
    padding:10px;
}

  .columneleven {
    background-color: transparent;
    color:black;
    position:absolute;
    overflow: auto;
    left:140px;
    right:0;
    top:20px;
    bottom:0;
    width: 150px;
    height: 80px;
    padding:0px;
}



  .marquee {
    background-color: #000;
    position:absolute;
    left:28px;
    right:0;
    top:630px;
    bottom:100px;
    width: 210px;
    height: 50px;
  }


   a.tilt {
      display: inline-block;
      font-size: 21px;
      color: blue;
      text-decoration: underline;
      transition: transform 0s, color 0.2s;
      line-height: 35px;
    }

    a.tilt:hover {
      transform: rotate(6deg) scale(1.1);
      color: cyan;
      text-decoration: none;
      line-height: 35px;
    }
    
   a.back {
      display:inline-block;
      font-size:21px;
      color:red;
      text-decoration:underline;
      transition: transform 0s, color 0.2s;
      line-height: 35px;
    }
    
    a.back:hover {
        transform: rotate(-7deg) scale(1.1);
        color: orange;
        text-decoration: none;
        line-height: 35px;
    }

   a.link {
      display:inline-block;
      font-size:21px;
      color:red;
      text-decoration:underline;
      transition: transform 0s, color 0.2s;
      margin-left: 10px;
      line-height: 35px;
    }
    
    a.link:hover {
        transform: rotate(-7deg) scale(1.1);
        color: orange;
        text-decoration: none;
        margin-left: 10px;
        line-height: 35px;
    }
    
    
    
     ::-webkit-scrollbar {
      width: 7px;
    }

    ::-webkit-scrollbar-track {
      background: transparent;
    }

    ::-webkit-scrollbar-thumb {
      background: blue;
      border-radius: 4px;
    }

    ::-webkit-scrollbar-thumb:hover {
      background: cyan;
    }



.masonry {
    padding-top: 10px;
    column-count: 4;
    column-gap: 30px;
}

.masonry img {
  width: 120%;
  margin-bottom: 6px;
  cursor: pointer;
  transition: transform 0.1s;
}
.masonry img:hover {
  transform: scale(1.07);
}


/*lightbox*/

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.lightbox-content {
  display: flex;
  background-color: transparent;
  padding: 20px;
  max-width: 1000px;
  width: 90%;
  max-height: 80vh;
  box-sizing: border-box;
  color: white;
}

.left-column {
  flex: 1 1 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
  max-height: 80vh;
}

.left-column img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

.right-column {
  flex: 1 1 20%;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  margin-top: 30px;
  justify-content: flex-start;
}


.lightbox-header {
  display: flex;
  background-image: linear-gradient(to top, #1c1c1c, #808080);
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  flex-shrink: 0;
}

.lightbox-date {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.back-link {
  color: red;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s;
}

.back-link:hover {
  color: orange;
  text-decoration: none;
}

.lightbox-description {
  height: 150px; 
  overflow-y: auto;
  flex-shrink: 0;
  font-size: 16px;
  background-image: linear-gradient(to top, #1c1c1c, black);
  padding: 10px;
  margin-bottom: 10px;
}


.lightbox-nav-links {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0; 
  margin-bottom: 5px;
}

.nav-link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
  transition: color 0.2s;
}

.nav-link:hover {
  color: cyan;
  text-decoration: none;
}



/*gallery links*/
  .gallery-links {
    border-radius: 10px;
    margin-right: 10px; 
    margin-top: 50px;
    margin-bottom: 20px;
    position:absolute;
    left:350px;
    right:0;
    top:350px;
    bottom:0px;
    width: 260px;
    height: 50px;
}
    .gallery-links a {
      display: inline-block;
      font-size: 35px;
      color: blue;
      text-decoration: underline;
      transition: transform 0s, color 0.2s;
      line-height: 35px;
      margin-left: 10px;
    }

    .gallery-links a:hover {
      transform: rotate(6deg) scale(1.4);
      color: cyan;
      text-decoration: none;
      line-height: 35px;
    }

/*tags*/
#tags {
    background-color: black;
    border: 2px solid blue;
    position:relative;
    overflow: auto;
    text-align:right;
    grid-column: 3 / 3;
    left:112px;
    right:0;
    top:-165px;
    bottom:0;
    width: 220px;
    height: 270px;
}

.tag {
  display: inline-block;
  border: 2px solid blue;
  padding: 5px 10px;
  margin: 5px;
  background-color: black;
  font-weight:bold;
  color: blue;
  cursor: pointer;
  text-decoration: underline;
  transition: background-color 0s;
}

.tag:hover {
  color: white;
  background-color: blue;
  text-decoration: none;
}


/*windows*/
.windowone {
  width: 250px;
  position: absolute;
  top: 660px;
  left: -40px;
  border: 2px solid #333;
  background: black;
}

.windowtwo {
  width: 250px;
  position: absolute;
  top: 890px;
  left: 40px;
  border: 2px solid #2b2b2b;
  background: black;
}

.window-header {
  background-image: linear-gradient(to top, #1c1c1c, #808080);
  color: white;
  padding: 10px;
  cursor: move;
  user-select: none;
}

.window-content {
  padding: 10px;
}




