
html, body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    height: 100%;
    width: 100%;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
}

.logo {
    width: 600px;
    height: auto;
    max-width: 90%;
    pointer-events: none;
    user-select: none;
    margin-bottom: 40px;
}

a {
    color: #fff;
    text-decoration: underline;
    font-size: 1.2em;
}

footer {
    font-size: 0.9em;
    color: #888;
    margin-top: 30px;
}
