html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; 
}

 
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}
    
 
.section {
  width: 100%;
  height: 100vh;
  background-color: #292626;
  position: relative;
}

.canvas-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
 