@charset "UTF-8";
/* CSS Document */

body {
	background-color: #F5E1A4;
}

h1 {
  color: #4F2C1D;
	outline: none;
  text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 3em;
}

p {
	color: #4F2C1D;
	outline-color: blue;
	text-align: center;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 20px;
}
