:root {
    /* White dot cursor, base64-encoded for broader support */
    --cursor-dot: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IndoaXRlIi8+PC9zdmc+') 10 10, auto;
}

body {
    background-color: #BBC91D;
    margin: 0;
    cursor: var(--cursor-dot);
}

.page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.page img {
    width: 290px;
}

.coming-soon {
    font-family: 'Figtree', sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    margin: 0;
}


html {
  cursor: var(--cursor-dot);
}
