::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background: #4C9A2A;
}
nav a[aria-current="page"] {
  color: #166534;
  font-weight: 800;
}
.widget-wrapper {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
}
