html {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
	background-color: #00539f;
	}
body {
  width: 1280px;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  border: 5px solid black;
	background-color: #ded6c3;
	}
h1 {
  font-size: 60px;
  text-align: center;
  color: #00539F;
  text-shadow: 3px 3px 1px black;
	}
h2 {
  font-size: 48px;
  text-align: center;
	}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
	width: 99.9%;
	}
p, li {
  width: 1240px;
	font-family: 'Bree Serif', serif;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 1px;
  color: #00539F;
	}