
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-container {
    width: calc(100vw - 48px);
    height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #121318;
    border-radius: 24px;
}

#logoCanvas {
    width: 800px;
    height: 800px;
    display: block;
    transition: transform 0.15s ease;
    transform-style: preserve-3d;
    will-change: transform;
}

