.pos {
  align-items: center;
  background-color: gray;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center
}

.ari {
  background-color: #9b2743;
  background-image: url "assets/img/covers/bg_cards.jpg"
}

.sf {
  background-color: #af1e2c
}

.rb {
  background-color: #009688 !important
}

.qb {
  background-color: #e91e63 !important
}

.wr {
  background-color: #2196f3 !important
}

.te {
  background-color: #ff9800 !important
}

.def {
  background-color: #f44336 !important
}

.k {
  background-color: #673ab7 !important
}

.lb {
  background-color: #C5CAE9 !important
}

.dl {
  background-color: #D7CCC8 !important
}

.db {
  background-color: #CFD8DC !important
}

/* Arizona Cardinals */
.ARI {
  background-color: #9B2743;
}

/* Atlanta Falcons */
.ATL {
  background-color: #BD0D18;
}

/* Baltimore Ravens */
.BAL {
  background-color: #280353;
}

/* Buffalo Bills */
.BUF {
  background-color: #00338D;
}

/* Carolina Panthers */
.CAR {
  background-color: #0088CE;
}

/* Chicago Bears */
.CHI {
  background-color: #03202F;
}

/* Cincinnati Bengals */
.CIN {
  background-color: #FB4F14;
}

/* Cleveland Browns */
.CLE {
  background-color: #26201E;
}

/* Dallas Cowboys */
.DAL {
  background-color: #0D254C;
}

/* Denver Broncos */
.DEN {
  background-color: #002244;
}

/* Detroit Lions */
.DET {
  background-color: #006DB0;
}

/* Green Bay Packers */
.GB {
  background-color: #203731;
}

/* Houston Texans */
.HOU {
  background-color: #02253A;
}

/* Indianapolis Colts */
.IND {
  background-color: #003B7B;
}

/* Jacksonville Jaguars */
.JAC {
  background-color: #006778;
}

/* Kansas City Chiefs */
.KC {
  background-color: #B20032;
}

/* Las Vegas Raiders */
.LV {
  background-color: #000000;
}

/* Los Angeles Chargers */
.LAC {
  background-color: #0C2340;
}

/* Los Angeles Rams */
.LAR {
  background-color: #13264B;
}

/* Miami Dolphins */
.MIA {
  background-color: #008D97;
}

/* Minnesota Vikings */
.MIN {
  background-color: #3B0160;
}

/* New England Patriots */
.NE {
  background-color: #0D254C;
}

/* New Orleans Saints */
.NO {
  background-color: #D2B887;
}

/* New York Giants */
.NYG {
  background-color: #192F6B;
}

/* New York Jets */
.NYJ {
  background-color: #0C371D;
}

/* Philadelphia Eagles */
.PHI {
  background-color: #003B48;
}

/* Pittsburgh Steelers */
.PIT {
  background-color: #FFB612;
}

/* San Francisco 49ers */
.SF {
  background-color: #AF1E2C;
}

/* Seattle Seahawks */
.SEA {
  background-color: #002244;
}

/* Tampa Bay Buccaneers */
.TB {
  background-color: #D60A0B;
}

/* Tennessee Titans */
.TEN {
  background-color: #648FCC;
}

/* Washington Commanders */
.WAS {
  background-color: #773141;
}

.avatar-sm {
  --bs-avatar-size: 2rem;
  font-weight: bold;
}

.team {
  --bs-badge-font-weight: bold;
}