/* Custom CSS Styles */

p {
    font-family: "Century Gothic", Times, serif;
}

body {
	background-color: skyblue;
}

img {
	width:100%;
}

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