@font-face {
    font-family: 'TI Logoso TFB';
    src: url('fonts/TI-Logoso-TFB.ttf') format('truetype'); /* Assuming .ttf format */
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: sans-serif;
    height: 100vh;
    margin: 0;
    background-color: black;
    color: white;
    position: relative;
    overflow: hidden;
}

h1 {
    position: absolute;
    font-family: 'TI Logoso TFB', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 3em; /* Adjust as needed */
    white-space: nowrap; /* Prevent text from wrapping */
}