@import url("");
* {
  margin: 0;
  padding: 0;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  cursor:crosshair;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #000;
}
h2 {
  position: relative;
  color: #fff;
  font-size: 12em;
  background: url(noise.gif);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-device-width: 1500px) {
  h2 {
    position: relative;
    color: #fff;
    font-size: 4.1em;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
  }
}
