/* Body styling */
body {
    margin: 0;
    background-color: black;
    overflow: hidden; /* Prevent scrolling while loading */
}

