
body {
    margin: 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.logo-container img {
    max-width: 600px;
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.info-text {
    margin-top: 30px;
    font-size: 1.4rem;
    color: #666666;
}
