body {
    margin: 0;
    height: 100vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container img {
    width: 250px;
    max-width: 100%;
    height: auto;
}