body {
    font-family: "Microsoft Yahei", sans-serif;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    margin: 0;
}
.recruit-card {
    max-width: 600px;
}
.title {
    font-size: 42px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 32px;
    color: #111;
}
.info-item {
    font-size: 24px;
    line-height: 1.8;
    margin: 8px 0;
    color: #222;
}
.server-type {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}
