@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787weuxJBkqg.ttf) format('truetype');
}
body {
  display: grid;
  justify-content: center;
  align-content: center;
  height: 100vh;
  font: 5vh Lora;
}
a {
  color: #222a;
  -webkit-text-decoration: #2224 wavy underline;
          text-decoration: #2224 wavy underline;
  transition: all 0.3s;
}
a:hover {
  color: #2223;
  text-shadow: 0 0 100px #333;
}
canvas {
  position: fixed;
  z-index: -1;
}