body{background:#203560ff;}

p{
color:white;
font:Eras;
}

h1{
color:white;
}
h3{
color:white;
}

/* --- Gemini's font example ---

@font-face {
  font-family: 'YourCustomFontName'; /* Choose a unique name for your font */
  src: url('path/to/your/fontfile.woff2') format('woff2'), /* Path to WOFF2 file */
       url('path/to/your/fontfile.woff') format('woff');   /* Path to WOFF file (for broader browser support) */
  font-weight: normal; /* Define the font weight (e.g., normal, bold, 400, 700) */
  font-style: normal;  /* Define the font style (e.g., normal, italic) */
  /* Add other descriptors like font-stretch if needed */
}
*/



@font-face {
  font-family: 'Eras';
  src: url('fonts/ERASBD.TTF') format('ttf');
}