@font-face {
  font-family: "MonoSerif-Light";
  src: url("font/MonoSerif-Light.woff2") format("woff2");
}

* {
  margin: 0;
  padding: 0;
  font-family: "MonoSerif-Light";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  background-color: white;
}

p {
  margin-bottom: .25em;
}

.small {
  font-size: .75em;
  margin-top: .5em;
}

a:link, a:visited {
  color: black;
  text-decoration: none;
}

a:hover, a:active {
  color: black;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

header {
  display: flex;
  justify-content: space-between;
  width: 100% - 1px;
  padding: .5em 1em;
  /* border-bottom: 1px solid black; */
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
  text-decoration: none;
}

menu {
  display: flex;
  list-style: none;
}

menu li a:link, menu li a:visited, menu li a:hover, menu li a:active {
  padding-left: 1em;
  text-decoration: none;
  color: black;
}

#info, #contact {
  display: none;
  width: 100%;
  padding: 1em 1em;
  /* border-bottom: 1px solid black; */
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
