body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2efeb;
    font-family: Arial, sans-serif;
}

#logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#logo {
    max-width: 100%;
    max-height: 80vh;
}
