@font-face {
  font-family: 'siro';
  font-weight: 600;
  src: url('siro-semibold.woff2') format('woff2');
}

* {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
}

body {
  background: black;
  overflow: hidden;
  font: 600 16px/1 siro;
  color: white;
}

canvas#scene,
a#nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

a#nav {
  display: none;
}

h1, p {
  display: none;
}