@font-face { font-family: "WenQuanYi"; src: url("../fonts/WenQuanYi Bitmap Song 16px.ttf") format("truetype"); font-weight: normal; font-style: normal; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "WenQuanYi", monospace; line-height: 1.7; min-height: 100vh; display: flex; flex-direction: column; font-size: clamp(15px, 1.6vw, 18px); }
.site-banner { position: relative; height: 30vh; min-height: 200px; background-image: url("../images/banner.jpg"); background-size: cover; background-position: center; }
.content { max-width: min(1080px, 92vw); margin: 0 auto; padding: 0 16px; width: 100%; }
.site-main { flex: 1; margin: 24px 0; }
.motto { max-height: 32px; width: auto; display: block; margin-bottom: 16px; }
.site-footer { border-top: 1px solid #ccc; padding: 16px 0; }
