img{
    width: 200px; /*　横幅　*/
    height: 200px; /* 縦幅　*/
    margin: 20px;
}
body{
    background-color: rgb(120,120,120);

color: white;
}
