
body {
    background-image: url("mycats.jpeg");
	/* background-color: lightblue; */
	text-align: left;
	font-size: 100%;
	}

div.img {
display: inline-block;
border: 1px solid #ccc;
width: 50px;
height: 50px;
margin: 0 auto;
}

div.img img {
	    
width: 25%;
height: 25%;
  
}

img {
display:inline-block;
width: 250px;
height: 250px;
overflow: hidden;
}

.resize {
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin: 5px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


input[type=submit] {
    width: 10%;
    background-color: #9E99DA;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #827DB7;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
