body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.splash-screen {
    background-image: url('AICodeCommander.png'); /* Replace with your image path */
    background-size: cover; /* Cover the entire screen */
    background-position: center; /* Center the background image */
    height: 100%;
    width: 100%;
}
