body {
    margin: 0;
    background-color: #fafafa;
}

.game-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.cat {
    position: absolute;
    cursor: pointer;
    user-select: none;
    width: 100px;
}
