@charset "utf-8";
/* CSS Document */
body {
	width: 700px;
	margin: auto;
	background-color: #ECEADE;
	color: #543836;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
header, footer {
	background-color: #E79359;
}
img {
    width: 700px; /* width of container */
    height: 700px; /* height of container */
	object-fit: none;
}
p {
	margin-left: 10px;
}
a {
	color: #F17E52;
	font-weight: bold;
}
h1 {
	color: #AB3E24
}
h2, h3 {
	color: #F19423;
}