/* body {
  cursor: none;
}
*/

html,
body {
  width: 100%;
  height: 100%;
}

.boidContainer {
  width: 100%;
  height: 100%;
}

.cursor {
    background-image: radial-gradient(#618131 60%, transparent 20%);
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
    transition: all 0.2s;
    will-change: transform;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .4));
}