body, main {
  margin: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  background-image: url("./assets/loader.gif"), linear-gradient(black, black);
  background-repeat: no-repeat;
  background-position: center;
}

@font-face {
  font-family: 'ToxiGenesis'; /* A unique name for your font */
  src: url('./assets/toxigenisis.otf') format('opentype');
  font-weight: normal; /* Specifies the font's weight (e.g., normal, bold, 100-900) */
  font-style: normal; /* Specifies the font's style (e.g., normal, italic, oblique) */
  font-display: swap; /* Optional: controls font loading behavior */
}

