
h4 {
        font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: var(--font);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2em
    }
    h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: justify;
  margin-bottom: 1em;
  font-size: 1.2em;
  color: var(--font);
    }

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
  :root[data-theme="light"]
{
  --main-logo-blob: rgb(0, 0, 0);
}
 :root[data-theme="dark"]
{
  --main-logo-blob: rgb(255, 255, 255);
}