﻿.hidden-view {
  display: none;
}

canvas {
  touch-action: none;
}

.glass {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
}
