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

.logo {
    position: relative;
    z-index: 1;
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}
