.div-img{
    justify-content: center;
    align-items: center;
    display:flex;
    padding-top:5%;
	padding-bottom:5%;
	#background-color:#036ECC;
}
img{
    transition: transform .2s;
    width:400px;
    height:250px;
    margin:0 auto;
    #background-color: rgb(173, 173, 237);
    border-radius: 10px;
    border: 1px solid fff;
}
img:hover{
    transform:scale(1.5);
}

img1{
	
}