@font-face {
	font-family: ketika;
	src: url(Ketika-Light.ttf);
}
/*When giving an OUTLINE to a thing, it will be the same color as the thing it's outling's TEXT COLOR. EXAMPLE: giving a double outline with red text to a green border? The outline will be red.*/
body {
	font-size: 23px;
	font-family: ketika;
	margin: 0 auto;
	background-color: #786750;
	padding: 20px;
	border: 8px solid #474133;
	border-radius: 15px;
}
p, li {
	color: #ccba96;
}
h1, h3 {
  text-align: center;
  color: #2a2314;
}
h4 {
  color: #474133;
}
img {
  color: #474133;
  display: block;
	margin: 50px auto;
	border: 4px solid #474133;
	border-radius: 5px;
  outline-style: double;
  outline-width: 6px;
	max-width: 100%;
	height: auto;
}