@charset "UTF-8";
/* CSS Document */


div {
       width:90%; /* I tried to make the photos more centered on the browser (by adding margins and padding) but changes the percentages to something different than what I had gave me negative effects when 					I zoomed in and out*/
	   float:right;    
}

img {
	width:25%;
    margin:1.5%;
		
    }

body {
    background-color: #FFF0F5;
}

p {
    font-family: "Times New Roman";
    font-size: 50px;
	text-align: center;
	font-style: oblique;
}

