body {
  background-color: white;
  background-image: url("/images/cosmos-5809271_960_720.png");
  background-repeat: repeat;
  color: black;
  font-family: Verdana;
  line-height: 150%;
}

b {
  
}

.flexbox-container {
  display: flex;
  justify-content: center;
  margin: 15px;
  gap: 15px;
}

.header, .left, .middle, .right {
  background-color: #3e3c56;
  color: white;
  box-shadow: 5px 5px #0d0c0f60;
  border-radius: 10px;
  box-sizing: border-box;
}

.header {
  width: 1315px;
  height: 80px;
  margin-top: 50px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 25px;
  text-align: center;
}

.left {
  width: 300px;
  height: 650px;
  padding: 20px;
}
  
.middle {
  width: 685px;
  height: 650px;
  padding: 20px;
  overflow-y:auto;
  text-align: center;
}

.right {
  width: 300px;
  height: 650px;
  padding: 20px;
}

h3, h2 {
  color: white;
}

ul li {
  margin-bottom: 5px;
}

a {
  color: #fbbe4b;
  text-decoration: none;
}

th, td {
  border: 1px solid white;
  padding: 5px;
}

table {
  width: 45%;
}

.a-sym {
  font-size: 20px;
}

.aries {
  color: #A10000;
}

.taurus {
  color: #A15000;
}

.gemini {
  color: #A1A100;
}

.cancer {
  color: #679900;
}

.leo {
  color: #416600;
}

.virgo {
  color: #008141;
}

.libra {
  color: #008282;
}

.scorpio {
  color: #005682;
}

.sagittarius {
  color: #000056;
}

.capricorn {
  color: #2B0057;
}

.aquarius {
  color: #6A006A;
}

.pisces {
  color: #77003C;
}

.button {
  background-color: white;
  border: none;
  color: #1f1f27;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.middlebox {
  width: 100%;
  background: #00000060;
  border: 1px solid white;
  border-radius: 5px;
}

.code {
  background: #00000060;
  padding: 2px;
  border-radius: 4px;
}

.navhead1, .navhead2 {
 text-align: center;
 border-radius: 10px;
 padding: 2px;
 color: white;
 margin-top: 10px;
 margin-bottom: 10px;
}

.navhead1 {
  background-color: #ed5c4d;
}

.navhead2 {
  background-color: #fbbe4b;
}

.btn-grp button {
  background-color: #1f1f27;
  border-style: none;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
  cursor: pointer;
  width: 100%;
  height: 30px;
  display: block;
  margin: 3px;
}

.btn-grp button:hover {
  background-color: black;
}

.btn-grp button:disabled {
  background-color: #12121250;
  color: #FFFFFF50;
}

.classpects-row {
  display: flex;
  justify-content: center; 
  align-content: center;
}

.clspct-name, .clspct {
  justify-content: center;
  border: 2px solid white;
  border-radius: 10px;
  background-color: #00000050;
  margin: 4px;
  padding: 8px;
}

.clspct {
  width: 50%;
}

.clspct-name {
  width: 20%;
}

.clspct-img {
  max-height: 45px;
  margin-left: 4px;
}

/* Start of Fronter CSS */

.pkfronters--member-list--pronouns,
.pkfronters--member-card--pronouns
{
	word-break: break-word;
}

.pkfronters--member-list--pronouns::before,
.pkfronters--member-card--pronouns::before
{
	content: '\0020(';
}

.pkfronters--member-list--pronouns::after,
.pkfronters--member-card--pronouns::after
{
	content: ')\0020';
}

.pkfronters--member-card-container
{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 1rem;
}

.pkfronters--member-card
{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	max-width: 8em;
	color: white;
}

.pkfronters--member-card--avatar
{
	min-width: 8rem;
	width: 8rem;
	min-height: 8rem;
	height: 8rem;
	margin: 0 0 0.5rem 0;
	border-radius: 4px;
	border: 4px solid transparent;
	box-shadow: 3px 3px #0d0c0f60;
}

.pkfronters--member-card--name
{
	text-align: center;
	color: #fbbe4b;
	text-shadow: 2px 2px #0d0c0f60;
}

/* End of Fronter CSS */