/* styles.css */
.qb_orange {
    color: blue; /* 橙色 */
    font-weight: bold;
}
body {
    background-color: #ffffff;
}
