      body {
        background-color: rgb(18, 18, 18);
        color: rgb(255, 255, 255);
        margin: 0px; 
        font-family: cursive;
      }

      .uncial-antiqua-regular {
        background-color: inherit;
        color: inherit;
        font-family: "Uncial Antiqua", system-ui;
        font-weight: 400;
        font-style: normal;
      }

      .metal-mania-regular {
        color: inherit;
        background-color: inherit;
        font-family: "Metal Mania", system-ui;
        font-weight: 400;
        font-style: normal;
      }

      .shadow610 {
        color: inherit;
        background-color: inherit;
        text-shadow: 0 0 6px #FF6806, 0 0 10px #FF2000;
      }

      .shadow35 {
        color: inherit;
        background-color: inherit;
        text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
      }

      .prevent-select {
        color: inherit;
        background-color: inherit;
        user-select: none; /* Standard syntax */
      }

      .glow {
        background-color: inherit;
        font-size: 32px;
        color: #FFFB88;
        text-align: center;
        animation: glow 2s ease-in-out infinite alternate;
      }
