/* CSS Document */

body {
background-color: #99ff99;
background-image: url("../Images/cat background.jpg");
	
	
}
main {
	background-color: #99ffcc;
    padding: 25px 30px 40px 30px;
	
	
}


.kittydivider {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	
	
	
}

.img1 {
float: left;	
border-radius: 8px;	
	
}

.img2 {
	float: right;
	border-radius: 8px;
}

.kittydrawing {
position: absolute;
bottom: 0;
right: 0;
	

}






h1 {
	color: green;
	text-align: center;
	font-family: "Mystery Quest";
	
}



p {
	font-family: "Sour Gummy";
	text-align: justify;

	
}

h2 {
	font-family: "Mystery Quest", "Sour Gummy";
	text-align: justify;
	
	
}

nav {
	
	
	
}

ul {
	list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
display: flex;
justify-content: center;
	
	
	
}

