/* Custom CSS Styles */

body {
	background-color: powderblue;
}


img {
	width:50%;
}

.caption {
	padding: 1.5rem 0;
	font-size: 0.9rem;
}

h1 {
font-family: "Tahoma", Verdana, monospace;
font-size: 40px;
color: lightcoral;
}
.jumbotron {
	background-color:#B0E0E6;
	}
	