@charset "UTF-8";

body {
    background-color:rgba(48,8,142,0.6);
    color:white;
}
/*画像の設定*/
img {
    width:200px; /*横幅*/
    /*height:150px; 縦幅*/
    margin:20px; /*外側余白*/
}