body {
  background-color: #fbf4e5;
}

body, h1, h2, h3, h4, h5, h6 {
 font-family: Arvo, serif;
 color: #112107}

a {
  color: #853c30;
  text-decoration: none;
}

div {
  text-align: justify;
  text-justify: inter-word;
}

.w3-header {color:#fff !important; background-color:#717f38 !important}
.w3-footer {color:#fff !important; background-color:#717f38 !important}


.container {
  display: grid; /* Enables CSS Grid */
  place-items: center; /* Centers both horizontally and vertically */
  /*height: 100vh;  Full height to demonstrate vertical centering */
}

