.nav-tab > div {
  color: rgb255(80, 87, 255) !important;
}

.active-tab > div {
  text-decoration: underline;
  font-weight: bold;
}

body {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}

/* Define a baseline font size */
html {
  font-size: 16px; /* Example baseline size */
}

/* Use media queries for different screen sizes */
@media screen and (max-width: 768px) {
  /* Adjust font size for smaller screens */
  body {
    font-size: 14px;
  }
}
