body {
    margin: 0;
    font-family: sans-serif;
    background-color: #000000;
}

#scrolling-title {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    white-space: nowrap; /* Prevents the text from wrapping */
}

