.header-blur {
  position: relative;
  overflow: hidden;
}

.header-blur::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../gifs/Cont2.gif') no-repeat center center;
  background-size: cover;
  filter: blur(8px);
  z-index: 0;
}

.header-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}

.latex-style {
  font-family: 'Latin Modern Roman', serif; /* Mimics Computer Modern */
  font-style: italic;
  font-weight: normal; /* Ensures it's not bold */
}

.mathcal-style {
    font-family: 'STIX Two Text', serif;
    font-style: normal; /* Mimics \mathcal */
    font-weight: normal; /* Avoid boldness unless desired */
}

