body {
    margin: 0;
    overflow: hidden;
    background-color: #000;
    cursor: none;
}

.cat {
    position: absolute;
    width: 150px;
    transition: all 0.1s;
    filter: hue-rotate(90deg) brightness(1.5);
}

.matrix-text {
    position: fixed;
    color: #0f0;
    font-family: 'Courier New', monospace;
    opacity: 0.5;
    user-select: none;
}
