body {
  font-family: system-ui, sans-serif;
  max-width: 700px;
  margin: 2rem auto;
  padding: 0 1rem;
  line-height: 1.6;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 0.2rem;
}

h2 {
  font-weight: 400;
  font-style: italic;
  margin-top: 0;
  color: #666;
}

section {
  margin-top: 2rem;
}

.side-by-side {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.mascot-side {
  flex: 0 0 200px;
  display: flex;
  justify-content: center;
  padding-top: 6rem;
}

.mascot-side img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.content {
  flex: 1;
  min-width: 300px;
}
