body {
  margin: 0;
  padding: 0;
  background: #fafafa;
  font-family: "english","Helvetica Neue", sans-serif;
  text-align: center;
  color: #333;
}

@font-face {
  font-family: 'english';
  src: url('fonts/Armata-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.container {
  margin-top: 96px; /* 原80 × 1.2 */
}

.avatar {
  width: 168px;       /* 140 × 1.2 */
  height: 168px;      /* 140 × 1.2 */
  border-radius: 50%;
  object-fit: cover;
  border: 3.6px solid #ccc; /* 3 × 1.2 */
}

h1 {
  font-size: 33.6px;      /* 28 × 1.2 */
  margin-top: 24px;       /* 20 × 1.2 */
}

#signature {
  font-style: italic;
  color: #666;
  margin-bottom: 48px;    /* 40 × 1.2 */
  line-height: 20px;
}
.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  max-width: 450px;
  margin: 0 auto 48px;
}

.social-icons a {
  color: #555;
  font-size: 33.6px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #000;
}

.translate-icon {
  margin-top: 100px;
  text-align: center;
}
.translate-icon a img {
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease;
}
.translate-icon a img:hover {
  opacity: 0.7;
}