.linktext-underline {
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  color: #161b61;
}

.linktext-underline:hover {
  text-underline-offset: 4px;
  color: #313791;
}