body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #000;
}

.container {
    height: 100vh;
    width: 100vw;
    background-image: url('background-logo.png'); /* Replace with your image path */
    background-repeat: no-repeat;
    background-position: center center;

}