body {
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  font-family: "area", sans-serif;
  font-weight: 400;
  color: #ec6608;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  filter: blur(18px) contrast(180%) saturate(140%);
  opacity: 0.9;
  mix-blend-mode: multiply;
}

/* cells */
.blob {
  position: absolute;
  width: 140px;
  height: 140px;
  pointer-events: auto;
  cursor: grab;
}

/* text */
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 12px;
  pointer-events: none;
}

.nombre {
  font-weight: 700;
  color: #ec6608;
}

.inst {
  font-weight: 100;
  color: #ec6608;
  opacity: 0.8;
}
