/*" */

.index { /*<section>にclassをつけたときの対象内の<p>の変更をするなら　.class p　みたいに書く*/
  background-color: white;
  text-align:center;
  padding: 50px;

}

  #mitsuba {/*文章にクラス名を付けたとき .クラス名　でpはいらない*/
    font-weight: bold;
    font-size: 50px;
     margin: 15px; /*見出し系、太字系は初めからmarginが設定されてる場合があるので要変更*/
    }
  #welcome {
    font-weight: bold;
    font-size: 30px;
    margin: 5px;
  }
  
 #welmitu{
   margin-bottom: 50px;
   line-height: 25px;
   }
  #youkoso{
    line-height: 10px;
    font-size: 18px;
  padding: 20px;
    }
  .eiyaku {
    text-decoration: underline;
    font-size: 15px;
    }
  .hello img {
   margin: senter;
    }
  .tannpopo { 
    line-height: 0.05px;
    margin: 5px;
    
    }

