body {
	/*background-color: lightblue;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: georgia, serif;
	font-size: 16px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ACB992;
	color: #121b19;
}

h1 {
	font-size: 20px;
	color: #464E2E;
}

footer {
	font-size: 14px;
/*	background-color: gray;
	border-radius: 32px;*/
	padding: 20px;
}
footer h1 {
	font-size: 16px;
}

.header {
	overflow: hidden;
	padding: 30px;
}

.menu {
	float: right;
	/*background-color: #ACB992;*/
	/*overflow: hidden;*/
	text-align: center;
}

.menu a {
  	/*display: block;*/
  	/*border: 1px solid red;*/
	background-color: #7f8764;
	color: #362706;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	padding: 14px 16px;
	margin: 0px 20px;
	text-decoration: none;	

	border: 0;
	border-radius: 8px;
	box-shadow: -3px -3px 6px 0 #0000303f,3px 3px 6px 0 #0000003f;
	box-sizing: border-box;
	/*display: flex;*/
	justify-content: center;
	line-height: 1.5rem;
	transition: .2s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.menu a:hover:not(.active) {
  	/*border: 1px solid red;*/
	background-color: #9fa883;
	box-shadow: -7px -7px 15px 0 #3f3f3f3f, 7px 7px 15px 0 #3f3f3f3f;
	color: white;
}

.menu a.active {
	background-color: #464E2E;
	color: white;
}

.myPage {
	padding: 20px 20px;
	text-align: justify;
	text-justify: inter-word;
}

.myPage img {
	/*float: left;*/
	width: 100%;
	padding: 8px;
}

.missing {
	background-color: yellow;
	border: 3px solid red;
	padding: 3px;
	display: inline;
}
