html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
canvas {
  display: block;
}

.footer{
  position: fixed;
  top: 12px;
  left: 16px;
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  font-family: system-ui, sans-serif;
  background: rgba(0,0,0,0.35);
  padding: 4px 10px;
  border-radius: 6px;
  backdrop-filter: blur(4px);
}

a {
    color: rgb(0, 255, 229);
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
