
body {
  background: linear-gradient(#e7e0bd, #779f67);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto;
}

.link-tab {
  background-color: #467158 !important;
}

.link-tab:hover {
  background-color: #578a6c !important;
}

.text-newlight {
	--bs-text-opacity: 1;
	color: #e7e0bd !important;
}