body{
	margin:0px;
	background: linear-gradient(#1d2b64,#f8cdda);
	background-repeat: no-repeat;

}


#fetch:hover{
	background-color:white;
	font-weight: bolder;
}
.decor{
	margin: 2rem;
	background:linear-gradient(pink,white);
	padding: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: center;
}

form{
	display: flex;
	justify-content: space-between;

}




input{
	margin:3rem;
	margin-right: 4rem;
}

#control{
	
	padding: 0rem;

}

#imgae-container{
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	flex-wrap: wrap;
}

#image-container img {
    max-height: 400px;
    max-width: 100%;
    min-height: 200px;
    margin: 3px;

}

#image-container img:hover{
	box-shadow: 1px 2px 2px 3px grey;
	border-radius: 50%; 
}