
body {
    margin: 0;
    padding: 0;
    background-color: #000; 
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /
}

.container {
    text-align: center;
}

#logo {
    width: 900px; 
    position: relative;
}


