@import url("https://chinese-fonts-cdn.deno.dev/packages/yozai/dist/Yozai-Bold/result.css");

* {
  box-sizing: border-box;
  cursor: url(./nat909.cur), url(./nat909.png), auto !important;
}

body {
  background-color: #1c469c; /* 设置固定背景颜色 */
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Yozai", "Yozai-Bold", "Noto Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei";
  margin: 0;
  min-height: 100vh;
  padding: 20px 0;
  width: 100%;
  overflow: auto; /* 允许滚动 */
}

a {
  text-decoration: none;
}

#userPhoto {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#userPhoto {
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  width: 120px;
  height: 120px;
}

#userName {
  color: #ffffff;
  margin: 20px 0 0;
}

#description {
  color: #ffffff;
}

#links {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #ffffff;
  border-radius: 18px;
  color: #1c469c;
  height: 42px;
  max-width: 100%;
  text-decoration: none;
  width: 280px;
  font-size: 22px;
}
