body {
  margin: 0;
  padding: 0;
  background-color: black;
  color: white;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

a {
  color: white;
  text-decoration: underline;
}

.FrontCard {
  width: 90%;
  max-width: 900px;
  padding: 40px;
  box-sizing: border-box;
}

/* Top Row */
.top-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
  margin-bottom: 40px;
}

.mmfb {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: bold;
  font-size: 1.5em;
}

.mmfb-text {
  font-weight: 900;
  font-size: 2.2em;
  line-height: 1;
  font-family:arial, sans-serif;
}

.mmfb-tag {
  display: block;
  font-size: 0.9em;
  margin-top: 4px;
  color: #ccc;
}

/* Main Layout */
.fuzzy-squid-layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.fuzzy-squid-icon {
  width: 280px;
  height: auto;
}

.fuzzy-squid-text {
  flex: 1;
}

.title {
  font-size: 2em;
  margin-bottom: 0.2em;
}

.title-line {
  border: none;
  height: 2px;
  background-color: #ccc;
  margin-bottom: 1em;
}

.content-warning {
  font-size: 0.95em;
}

.highlight {
  color: yellow;
  font-weight: bold;
}

/* Bottom Row */
.bottom-row {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 0.85em;
  color: #ccc;
}

.signatures {
  display: flex;
  gap: 40px;
}

.role {
  font-style: italic;
  font-size: 0.8em;
  color: #aaa;
}


















/* body {
  margin: 0;
  background-color: black;
  color: white;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.FrontCard {
  max-width: 800px;
  padding: 20px;
  text-align: left;
}

.FSLayout {
  display: flex;
  align-items: center;
  gap: 30px;
}

.FSRatingIcon {
  width: 400px;
  flex-shrink: 0;
}

.TopText h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.Welcome {
  font-style: italic;
  margin-bottom: 1em;
}

.GetMore {
  margin-bottom: 1em;
}

.ContentWarning {
  font-size: 0.95em;
  margin-top: 1em;
}

.highlight {
  color: yellow;
  font-weight: bold;
}

.MoreHere a {
  color: #ffffff;
  text-decoration: underline;
} */