website/src/pages/Build-IA/styles.module.css [191:201]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  );
}

[data-theme='dark'] .pageBg {
  background: linear-gradient(
    to bottom right,
    #152338,
    #1D2F4D,
    #253C61
  );
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



website/src/pages/events/styles.module.css [164:176]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
);

}

[data-theme='dark'] .pageBg {
background: linear-gradient(
  to bottom right,
  #152338,
  #1D2F4D,
  #253C61
);

}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



