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

@font-face {
  font-family: 'Drukwide';
  src: url('https://img.blacklead.work/DrukWide-Heavy.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body, html {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #161616;
}

/* .container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
} */
.footer_hover-effect canvas {
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  /* top: 2px; */
  /* left: 5px; */
}
/* 
@media (max-width: 767px) {
  .footer_hover-effect canvas {
    height: 50vh;
    top: 15vh;
  }
} */