body {
  box-sizing: border-box;
}

.button_header {
  width: 50%;
  background-color: #c29e75 !important;
  border: none;
  color: white;
  padding: 10px;
}

.active {
  background-color: #c29e75 !important;
}

.current-page-active {
  background-color: #c29e75 !important;
}