h1  {text-decoration: underline;
  text-decoration-thickness: 5px;
  text-decoration-color: #268a59;}

.tailwind .tw-bg-blue {
    --tw-bg-opacity: 1;
    background-color: #268a59;
}

.tailwind .tw-text-blue {
    --tw-text-opacity: 1;
    color: rgb(38 138 89);
}

.tailwind .tw-border-blue {
    --tw-border-opacity: 1;
    border-color: rgb(38 138 89);
}
.tailwind .tw-border {
    border-width: 2px;
}

.btn.primary_btn {
    background-color: #325d7f;
    color: var(--white);
}