@charset "UTF-8";

/****************************/
/*      基 本 の 設 定      */
/****************************/

html{   color : white;
  font-weight : bolder;
  font-family : UDデジタル教科書体N-B, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
  text-shadow : black 0 0 4vh,black 0 0 4vh,black 0 0 4vh;
  }
  
table{       width : 100%;
            height : 100%;
         font-size : 30px;
       font-weight : bold;
        text-align : center;
  background-image : url(picture/kyuujin.jpg);
   background-size : cover;
   backdrop-filter : blur(2px);
   }
