/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/


.text-title {
  --tw-text-opacity: 1;
  color: rgb(27 38 51 / var(--tw-text-opacity));
}

.footer1 {
    --tw-text-opacity: 1;
    background-color: rgb(56 107 149 / var(--tw-bg-opacity));
  }

.footer2 {
  --tw-text-opacity: 1;
  background-color: rgb(66 142 196 / var(--tw-bg-opacity));
}

.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }