body {

  background-color: #bc96cd;
  color: white;

  /* FONT */
  font-family: "Delius Swash Caps", cursive;
  font-weight: 400;
  font-style: normal;

} /* ← FIXED missing bracket */


html, body {
  height: 200%;
}

nav {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.nav-selections {
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 18px;
  margin-left: 50px;
  transition: 1.5s;
}

.nav-selections:hover {
  transition: 1.2s;
  color: #7ba491;
}

ul {
  border-radius: 22px;
  border: 0.5rem outset #7ba491;
  background-color: #5f4d7e;
  overflow: auto;
}

li {
  list-style: none;
  display: inline;
}

div.sticky {
  position: sticky;
  top: 0;
  padding: 5px;
}

div.gallery {
  column-count: 3;          /* number of columns */
  column-gap: 30px;         /* space between columns */
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

div.gallery-item {
  break-inside: avoid;      /* prevents image splitting */
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  background: #5f4d7e;
}



div.gallery-item:hover {
  border: 1px solid #777;
}

div.gallery-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}


/* --- SECOND BODY DECLARATION (kept as-is from your file) --- */

body {
  margin: 0;
  padding: 0;
  font-family: ms ui gothic;
  font-size: 15px;

}

#container {
  width: 750px;
  min-height: 100vh;
  overflow: auto;
  position: relative;
  background-image: url('/assets/graphics/layout/outgoing.png');
  background-repeat: no-repeat;
  background-size: 302px;
  margin: auto;
  background-color: white;
}

main {
  position: absolute;
  width: 500px;
  min-height: 401px;
  left: 124px;
  top: 192px;
  border-radius: 7px;
  background-color: white;
}

.circles {
  width: 140px;
  height: 45px;
  position: absolute;
  right: 92px;
  top: 158px;
  background-image: url(/assets/graphics/layout/round4.png);
  z-index: 9;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#description {
  position: absolute;
  width: 354px;
  height: 133px;
  left: 314px;
  top: 10px;
}

.page {
  box-sizing: border-box;
  margin: 10px;
}

summary {
  font-weight: normal;
  background-color: #DCBA5A;
  padding-left: 10px;
  font-size: 1.5em;
}

.buttons img {
  width: 88px;
  height: 31px;
}

.page2 a {
  font-weight: bold;
  text-transform: capitalize;
  color: #265580;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  line-height: 1.4;
}

.page2 a:visited {
  color: #8f886d;
}

.home {
  position: fixed;
  bottom: 0;
  left: 0;
}

summary {
  position: relative;
  padding-left: 50px;
  margin: 0;
}

summary img {
  position: absolute;
  left: -10px;
  top: -5px;
  filter: drop-shadow(3px 3px #cfced6);
}

summary {
  border-top: 1em solid white;
  cursor: pointer;
  margin-bottom: 5px;
  position: sticky;
  top: 0px;
}

details summary::-webkit-details-marker,
details summary::marker {
  display: none;
  content: "";
}

summary:after {
  border-color: #da291c;
  border-radius: 15px;
  content: "+";
  float: right;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  width: 30px;
}

details[open] summary:after {
  content: "-";
}

details a {
  font-weight: bold;
  text-transform: capitalize;
  color: #265580;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  line-height: 1.4;
}

.right-gif {
  position: absolute;
  right: 20px;   /* distance from right edge */
}