<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

input{
  font-size: 1.5rem;
}

/*係数a*/
#frequency{
  font-size: 1.5rem;
  vertical-align: bottom;
  width: 5rem;
}

/*係数b（初期位相）*/
#theta{
  font-size: 1.5rem;
  vertical-align: bottom;
  width: 5rem;
}


/*表示色*/
#color{
  font-size: 1.5rem;
  vertical-align: bottom;
  width: 5rem;
}


/*一般角をセレクトボックスより入力*/
#phase3{
  font-size: 1.5rem;
  vertical-align: bottom;
  width: 5rem;
}

  .center{
    text-align: center;
  }
</pre></body></html>