.highlight-rounded {
  background-color: #033F2E;
  color: #ffffff !important;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 12px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.highlight-rounded:hover {
  background-color: #055A42; /* hover colour */
  color: #ffffff !important;
}