:root {
  --body-color: #5c5c2e; /* Change to your preferred text color */
  --color-link: #8e5819;
  --color-hover: #94a596;
}
.container-header {
    background-color: #d7d9d2;
    background-image: none; /* Removes the default gradient graphic */
}