@font-face { 
           font-family: "EXAMPLE"; 
           src: url("https://slipknoot15.neocities.org/fonts/Street%20Wars%20Demo.ttf") format("truetype"); 
           font-weight: normal;
           font-style: normal; 
     }
 
          body {
            font-family: "EXAMPLE";
            margin: 0;
            padding: 0;
            font-size: 2.5rem;
            text-align: center;
            background-color: #ffffff;
            overflow: hidden; /* Prevent scroll when expanded */
          }
     
    



