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

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