/* ===========================
   General Body & Fonts - Soft Y2K / 2000s
   =========================== */
  body {
  background-image: url('https://i.pinimg.com/736x/c8/67/05/c86705199996739f5943235264a70c54.jpg');
  background-repeat: repeat;       /* classic tiling */
  background-position: center;   /* starts at top */
  background-color: #eaddf3;        /* fallback soft lavender */
}

/* ===========================
   Headings - Glitter / 2000s style
   =========================== */
h1, h2, h3 {
  font-family: "Comic Sans MS", "Impact", "Arial Black", "Trebuchet MS", sans-serif;
  color: #ff3399;
  text-shadow: 1px 1px #ffcce6;
  margin: 10px 0;
}

/* Glitter Title Images */
.glitter-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
.glitter-title img {
  vertical-align: middle;
}

/* ===========================
   Layout - Wrapper
   =========================== */
.wrapper {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

/* ===========================
   Sidebar
   =========================== */
.sidebar {
  width: 220px;
  padding: 15px;
  background: #fff0f8;
  border: 2px solid #ff66b2;
  border-radius: 15px;
  box-shadow: 0 0 15px #ffb6d9;
  margin-right: 20px;
  position: sticky;
  top: 20px;
  font-family: "Comic Sans MS", Verdana, Geneva, sans-serif;
}

/* Sidebar Images / GIFs */
.sidebar img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

/* Online Now Icon */
.online-now {
  margin-bottom: 15px;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -15% 75%;
}

/* Sidebar Links */
.sidebar a {
  color: #e60073;
  text-decoration: none;
  font-family: "Comic Sans MS", Verdana, Geneva, sans-serif;
}
.sidebar a:hover {
  color: #ff3399;
}

/* Sidebar Sections */
.side-section {
  margin-bottom: 20px;
}

/* ===========================
   Main Content
   =========================== */
.main {
  flex: 1;
}

/* Tagline */
.tagline {
  color: #ff3399;
  font-style: italic;
  margin-bottom: 10px;
  font-family: "Comic Sans MS", Verdana, Geneva, sans-serif;
}

/* Divider Line */
.divider {
  height: 2px;
  background: #ffcce6;
  margin: 15px 0;
  border-radius: 2px;
}

/* ===========================
   Scrollable Posts Box
   =========================== */
.post-box {
  background: #fff0f8;
  border: 2px solid #ff66b2;
  border-radius: 15px;
  box-shadow: 0 0 15px #ffb6d9;
  padding: 15px;
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 20px;
}

/* Heart bullets for posts */
.post-list {
  list-style: none;
  padding-left: 0;
}
.post-list li::before {
  content: "💗 ";
  margin-right: 5px;
  font-size: 1.1em;
}
.post-list li {
  margin-bottom: 8px;
  font-family: "Comic Sans MS", "Courier New", Courier, monospace;
  font-size: 13px;
  color: #a64d79;
}

/* Post Dates */
.post-list .date {
  display: block;
  font-size: 0.9em;
  color: #a64d79;
  font-family: "Comic Sans MS", Verdana, Geneva, sans-serif;
}

/* ===========================
   Visitor Counter
   =========================== */
.visitor-counter {
  text-align: center;
  margin: 20px 0;
}
.visitor-counter img {
  display: inline-block;
  border: none;
}

/* ===========================
   Floating Sparkles
   =========================== */
.sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ff66b2;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 5px #ffb6d9;
  z-index: 9999;
}

/* Cute Pink Flying Butterfly - From Cursors-4U.com */
* {
  cursor: url('https://cdn.cursors-4u.net/css-previews/cute-pink-flying-butterfly-2948baeb-css.webp') 0 0, auto !important;
}
