#header {
	background-color: #e0bc79;
	color: white;
}

#header img {
	margin-left: 46%;
}

#header p {
	margin-top: 4%;
	font-size: 150%;
	font-weight: bold;
	text-align: center; 
	text-justify: inter-word;
}

.container {
	margin-left: 7%;
	margin-right: 7%;
	margin-top: 2%;
	text-align: justify;
	border-right-style: solid; 
	border-left-style: solid; 
	border-bottom-style: solid; 
	border-width: 1px; 
	border-color: #b9973a; 
	box-shadow: 10px 10px 5px #888888;
}

._thecontent {
	font-size: 16px;
	font-family: "Segoe UI","Roboto","Helvetica Neue","Arial","sans-serif";
}

@media screen and (max-width: 610px) {
  /* Remove the padding we set earlier */
  
  .footer {
    padding-right: 0;
    padding-left: 0;
  }

  #header img {
  	margin-left: 35%;
  }

  .container {
	width: 100%;
    margin: 0;
  }
}
