/* You can add global styles to this file, and also import other style files */
:root {
    --primaryColour:  rgba(255,227,16,1);
    --primaryColourOpaque:  rgba(255, 225, 0, 0.623);
    --secondaryColour: rgba(80,196,197,1);
  }
h1{
    text-align: center;
    font-weight: 800;
    font-family: var(--bs-font-sans-serif) !important;

  }
html{
  overflow-x:hidden
}

/*# sourceMappingURL=styles.css.map*/