	.staff-wrapper {
		display:grid;
		grid-auto-flow: dense;
		grid-template-columns:repeat(auto-fill, minmax( min(250px,100%),1fr));
		padding:2px 10px;
		gap:2px 14px;
		justify-items:center;
	}

	.purpleAliens {border:solid purple;}
	.supercool {box-shadow:0 0 9px 2px #911; }

	.staff-box {
		border: solid 1px var(--web-main-color);
		/* background: radial-gradient( circle at 50% 0% , #fff 25%, #E3B40E ); */
		background: #ffffff;
		padding: 50px 0px;
		padding-top: 0;
		text-align: center;
		width: 100%;
		color: #9f0000!important;
		max-width: 280px;
		margin-bottom: 50px;
		box-shadow: inset 0 10px #bb0505, 0 1px 10px #0343;
	}
	.staff-box img {
		margin-top: 30px;
		margin-bottom: 24px;
		border-radius: 10%;
		border: solid 3px #BB0505;
		width: 100%;
		max-width: 197px;
		aspect-ratio: 1/1;
	}
	.staff-box header {
		font-size:1.2em;
		line-height:1;
		font-weight:bold;
	}
	.staff-box p , .staff-box a {
		display:block;
		font-size:16px; 
		margin:0.5em 0;
		line-height:1.05;
	}
	.staff-box a {
		color: white;
	}
	.profile-btn{
		font-family: "Trirong", Sans-serif;
		text-transform: uppercase;
		fill: #000000;
		color: #ffffff;
		background-color: #fbc833;
		font-weight: 600!important;
		box-shadow: 1px 1px 4px black;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #E3B40E73;
		border-radius: 0px 0px 0px 0px;
		padding: 15px 25px 15px 25px;
	}