.main {
  max-width: 90rem !important;
  margin: 0 auto !important;
  padding: 1rem 2rem !important;
  box-sizing: border-box;
}

.frame-normal {
  background-image: url("/assets/dwarfs.webp");
}

.frame-normal2 {
  background-image: url("/assets/theredspace.webp");
}

.big {
  font-size: 3rem !important;
  text-align: center;
  color: var(--lowkey);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -20px !important;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.normal.box.small {
  width: 100%;
  max-width: 650px;
  height: 407px;
  margin-left: 0;
  border: 7px ridge #2c3e6c !important;
  z-index: 10;
  background: #3E615F;
  font-size: 1.3rem;
  padding: 0 10px !important;
  overflow-y: auto;
  box-sizing: border-box;
}

.outbox {
  background-size: cover;
  background-position: center;
  z-index: 15;
  padding: 30px;
  outline: 8px ridge #355657;
  box-sizing: border-box;
}

.flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  padding: 30px;
  margin-bottom: 0;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.column {
  flex-direction: column;
}

.left-col {
  flex: 0 1 38rem;
  min-width: 280px;
}

.stats-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 320px;
  margin-top: 37px;
  min-width: 0;
}

.stats {
  width: 100% !important;
  max-width: 639px;
  text-align: left !important;
  font-size: 1.08rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.4px !important;
  line-height: 1 !important;
  padding: 5px;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

.bars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
  gap: 8px;
  flex-wrap: wrap;
}

.pic {
  width: 100%;
  max-width: 37rem;
  border: ridge 7px #2c3e6c;
  display: block;
  box-sizing: border-box;
}

.box.nostatic::after {
  content: none !important;
  background-image: none !important;
  animation: none !important;
  opacity: 0 !important;
}

.pic-static {
  position: relative;
}

.pic-static::after {
  animation: static-move 0.2s steps(3) infinite;
  background-image: var(--panel-noise);
  content: "";
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  position: absolute;
}

.name {
  background-color: rgb(0 0 0 / 0.8);
  font-size: 1.2rem !important;
}

.lowkey {
  background-color: rgb(0 0 0 / 1);
  width: fit-content;
  text-align: center;
  max-width: 100%;
}

.lowkey.right {
  justify-content: right;
  margin-right: 16px;
}

.piS {
  width: 8rem;
  border: ridge 4px dimgray;
  box-sizing: border-box;
}

.piS:hover {
  filter: brightness(1.1);
}

.MoreImages {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
  margin-top: 12px;
  gap: 10px;
  margin-bottom: 0;
  padding: 5px;
  overflow-x: auto;
  width: 100% !important;
  max-width: 585px;
  border: 5px ridge #2c3e6c;
  background-image: url("/assets/image-1.webp");
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
