body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #0f172a;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ui {
    position: relative;
    z-index: 10;
    text-align: center;
    pointer-events: none;
    user-select: none;
}

h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 20px rgba(255,255,255,0.3);
}

p {
    font-size: 1.2rem;
    opacity: 0.8;
}

.emoji {
    position: absolute;
    top: -50px;
    font-size: 2rem;
    user-select: none;
    pointer-events: none;
    will-change: transform;
    z-index: 1;
}