@charset "UTF-8";
/*画像の設定*/
img{
    width:200px;/*横幅*/
    height:150px;/*縦幅*/
    margin: 20px;
}
