<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cursor {
  position: absolute;
  transition: 0.1s;
  width: 20px;
  z-index: 5000;
  top: 0;
  left: 0;
}


    
    
.notification {
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 55px;
  right: 15px;
  width: 200px;
  z-index: 20000;
  text-align: right;
}</pre></body></html>