@font-face
/*used on greys page be careful*/
{
  font-family: daydream;
  src: url("/css_pages/Daydream.ttf");
}

body
/*⛔ DO NOT TOUCH THIS IS A NO TOUCHING ZONE ⛔*/
{
font-family: 'Pangolin', cursive;
background-color: #987654;
color: #1e1811;
text-align: center;
margin: 1.2em;
}

ul
{
  font-size: 1.2em;
}

h2
{
  font-size: 1.4em;
}

h3
{
  font-size: 1.3em;
}

p
{
  font-size: 1.2em;
}

h1
{
  font-family: 'Pangolin', cursive;
  font-weight: bold;
  font-size: 1.5em;
}

.linkaltcolor
{
  color: #1e1811;
}

button
/*absolutley do not delete used almost everywhere 
on the site THINGS WILL BREAK*/
{
  font-family: 'Pangolin', cursive;
  background-color: #3d2f22;
  border-style: dotted;
  font-size: 1.2em;
  border: 5em #0f0c08;
  border-radius: 1.2em;
  display: inline;
}

a
{
  color: #7a5e43;
  text-decoration: none;
}

img
/*used on all alter pages dont mess with too much*/
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}

.altimg
{
  display: inline;
  border-radius: 1em;
}

.div2
{
  border-color: #0f0c08;
  border-style: groove;
  border-radius: 2em;
}

.badge
{
  display: inline;
  margin-left: auto;
  margin-right: auto;
  width: 7%;
}
/*all .pkfronters edits: be very careful with editing if an 
accident happens it will not be good*/
.pkfronters--member-list--pronouns,
.pkfronters--member-card--pronouns
{
	word-break: break-word;
	text-align: center;
}

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

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

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

.pkfronters--member-card
{
	display: flex;
	flex-flow: column wrap;
	max-width: 8em;
	background: #987654;
	color: #1e1811;
}

.pkfronters--member-card--avatar
{
	min-width: 6rem;
	width: 6rem;
	min-height: 6rem;
	height: 6rem;
	margin: 0 0 0.5rem 0;
	border-radius: 4px;
	border: 4px solid transparent;
	
}

.pkfronters--member-card--name
{
	text-align: center;
}