:root {
    --md-primary-fg-color:        #5B9BAF;
}


/* 特定の文字列にスタイルを適用 */
/*span.studentname {*/

a.studentname {
    color: #5B9BAF; /* テキスト色 */
    font-weight: bold; /* 太字 */
    font-size: 1.5em; /* フォントサイズを1.2倍に設定（約19px） */
    /*text-decoration: underline;*/ /* 下線 */
    /*font-style: italic;*/ /* 斜体 */
}

