img{
    display:inline-block
    //clip-path:polygon(14% 16%, 88% 16%, 98% 83%, 2% 85%);
    //shape-outside:polygon(14% 16%, 88% 16%, 98% 83%, 2% 85%);
    //border:8px solid white;
    height:600px;
    padding:20px;
}
body{
    //background-color:gray;
    //background:url("pics/background.png"); 
    //background-repeat: repeat;
    //border:4px solid blue;
    display:block;
    width:100%;
    //background:tan;
    background:blue;
    text-align:center;
}
