
#diffusion{
  width:15rem;
}

/*横長に対応するサイズ設定*/
canvas{
  width: 90vw;
  max-width: 135vh; /*90*1500/1000*/
}
