h1 {
       color: white;    /* 文字の色は白 */
       background-color: navy;    /* 背景色は紺 */
       font-size: large; /* 文字サイズは大 */
}