body {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-background-200);
}

.container {
  position: relative;
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.cursor {
  position: absolute;
  width: 40px;
  height: auto;
  pointer-events: none;
}

.big {
  width: 120px;
  height: auto;
}

.medium {
  width: 80px;
  height: auto;
}

.small {
  width: 60px;
  height: auto;
}