.scroll{

  width: auto;
  height: 200px;
  overflow: auto;
  padding: 10px;
  margin-right: auto;//ここで中央寄せを指定する。
  margin-left :auto;
  border-color: #0000ff;
 border-radius: 10px;
 border: thick double;

}