* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow: hidden;
  font-family: "Barriecito", system-ui;
  font-weight: 400;
  font-style: normal;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
  height: 100vh;
  overflow-y: auto;
  pointer-events: none;
}

.content a,
.content h3,
.content p,
.content footer,
.content span {
  pointer-events: auto;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  text-decoration: black;
}

.project-date {
  font-size: 0.9em;
  opacity: 0.8;
}

footer {
  margin-top: 30px;
  font-size: 0.9em;
  opacity: 0.7;
}

h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

p {
  margin-bottom: 15px;
  line-height: 1.6;
}
