@charset "Shift_JIS";

body {
	background-color:#e6ffff;	/*ページ全体の背景色*/
	text-align:left;		/*IE6以下でセンタリングするための対策*/
	/*ページ全体の背景色*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/
}


.container{
  wdisplay: flex;
  justify-content: center;
  align-items: center;
}

#main
    {
     margin-left:100px;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:650px;         /* 幅を決定する */
    }

.test {

  align:center;
  width: 1000px;

  height: 600px;

  overflow: scroll;

  border: blue 3px solid;
  
 

}
img {
  max-width: 40%; 
}