body {
  font-family: Georgia, serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;	
  background-color: #FCF8EB;
}

h1 {
	font-family: arial, sans-serif;
	text-align: center;	
	font-size:2.5em;
	color: #3c2a00;
}

h2 {
	font-family: arial, sans-serif;
	text-align: center;	
	font-size:1.5em;
	color: #3c2a00;
}

p {
	font-size:1.5em;
}

/*.image-left {
  float: left;
  margin-right: 15px;
}*/

.image-with-caption {
  float: left;
  margin-right: 15px;  /* space to the right of image+caption */
  text-align: center;      /* optional: center caption under image */
}

.image-with-caption img {
  width: 350px;             /* or fixed width if needed */
  display: block;          /* removes small gap below image */
}

.image-with-caption .caption {
  width: 350px;  
	color: #3c2a00;
  margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

main {
  background-color: #FCF8EB;
  padding: 1rem;
  margin: 1rem auto;
  width: 90%;
  max-width: 1000px;
	color: #3c2a00;
}

nav {
  margin-top: 1.5rem;
  justify-content: space-between;
  gap: 1rem;
}

nav a {
  text-decoration: none;
  color: #007BFF;
  font-weight: bold;
	font-size:1.3em;
}

nav a.disabled {
  color: LightGray;
  pointer-events: none;
  text-decoration: none;
	font-size:1.3em;
}

  nav a {
    width: 100%;
    text-align: center;
}