* {
    font-family:"メイリオ",meiryo;
    font-size: 50px;
    
    color: #666666;
    margin: 0;
    padding:0;

}

body{
    text-align: center;

    background-color:rgba(196, 230, 243, 0.911);
    
 }

 

 @media screen and (max-width :1000px) {
   #inputTextarea    {
      width: 390px;
      height: 100px;

   }
   ul{
      list-style: none;   
      line-height: 1.2em;
      
  }






 }





