h1 {
}

h2 {
    background: #c2edff;/*背景色*/
    padding: 1.0em;/*文字まわり（上下左右）の余白*/
  font-size: 1.3em; 
}

h3 {
    /* color: #6594e0; */ /*文字色*/
    /*線の種類（点線）2px 線色*/
    /* border-bottom: dashed 2px #6594e0; */
    /* border-bottom: dashed 3px black; */

    background: #d2fdff;/*背景色*/
    padding: 0.5em;/*文字まわり（上下左右）の余白*/

    font-size: 1.1em; 
}

h4 {
    font-size: 1.0em; 
}

body {
    font-size: 1.0em; 
}

