* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background: #000;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

#logo {
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #ff0055;
    user-select: none;
    white-space: nowrap;
}
