/* Base intro container */
.intro {
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  margin: 20px auto;
  max-width: 800px;
}

/* Member-specific themes */
.alex-intro {
  background: linear-gradient(135deg, #0d0d0d, #1a1a1a); /* black/charcoal base */
  color: #e60073; /* deep fuchsia text */
  font-family: "Oswald", sans-serif; /* still bold, edgy */
  text-shadow: 1px 1px 2px #000000; /* subtle glow so text stands out */
  border-left: 4px solid #8b0000; /* blood-red accent bar */
  padding: 1em;
}

.aloe-intro {
  background: linear-gradient(135deg, #d8f3dc, #b7e4c7); /* pale, soft greens */
  color: #2d4739; /* deep earthy green for text */
  font-family: "Quicksand", sans-serif; /* rounded, soft look */
  border-left: 4px solid #95d5b2; /* slightly stronger green accent */
  padding: 1em;
}

.arizona-intro {
  background: #fff3e0;
  color: #cc6600;
  font-family: "Trebuchet MS", sans-serif;
}

.charlie-intro {
  background: #e0f7fa;
  color: #004d66;
  font-family: "Verdana", sans-serif;
}

.chloe-intro {
  background: #ffe6f0;
  color: #99004d;
  font-family: "Comic Sans MS", cursive, sans-serif;
}

.holly-intro {
  background: #f1f8e9;
  color: #33691e;
  font-family: "Times New Roman", serif;
}

.hornet-intro {
  background: #fff8e1;
  color: #b8860b;
  font-family: "Impact", sans-serif;
}

.jess-intro {
  background: #ede7f6;
  color: #4a148c;
  font-family: "Arial", sans-serif;
}

.karma-intro {
  background: #fbe9e7;
  color: #bf360c;
  font-family: "Lucida Console", monospace;
}

.keith-intro {
  background: #e3f2fd;
  color: #0d47a1;
  font-family: "Helvetica", sans-serif;
}

.konnie-intro {
  background: #fce4ec;
  color: #880e4f;
  font-family: "Palatino", serif;
}

.lucy-intro {
  background: #fff9c4;
  color: #827717;
  font-family: "Tahoma", sans-serif;
}

.marmalade-intro {
  background: #fff0e0;
  color: #cc5200;
  font-family: "Brush Script MT", cursive;
}

.reef-intro {
  background: #e0f2f1;
  color: #004d40;
  font-family: "Trebuchet MS", sans-serif;
}

.shiloh-intro {
  background: #f3e5f5;
  color: #6a1b9a;
  font-family: "Bookman Old Style", serif;
}

.summer-intro {
  background: #fffde7;
  color: #f57f17;
  font-family: "Verdana", sans-serif;
}

.sunday-intro {
  background: #fce4ec;
  color: #ad1457;
  font-family: "Garamond", serif;
}

.szarlotka-intro {
  background: #efebe9;
  color: #3e2723;
  font-family: "Courier", monospace;
}

.thorn-intro {
  background: #e8f5e9;
  color: #1b5e20;
  font-family: "Franklin Gothic Medium", sans-serif;
}

.tommy-intro {
  background: #e1f5fe;
  color: #01579b;
  font-family: "Arial Black", sans-serif;
}

.xander-intro {
  background: #f9fbe7;
  color: #827717;
  font-family: "Century Gothic", sans-serif;
}

.yuri-intro {
  background: black;
  color: lime;
  font-family: "Lucida Console", monospace;
}
