html {
	overflow-y: hidden;
	overflow-x: hidden;
	background-color: rgba(0, 0, 0, 0);;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative;
}

canvas {
  
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
}

[unresolved] .header {
        height: 156px;
        width: 100%;
        background: #fbbc05;
        color: rgba(0,0,0,0);
        line-height: 30px;
        font-size: 20px;
        letter-spacing: 0.02em;
      }
      [unresolved] h1 {
        height: 64px;
        padding: 0 16px;
        font-size: 2.5em;
        font-weight: normal;
        margin: 0;
        line-height: 1.5;
        padding-left: 28px;
        padding-top: 28px;
      }
      [unresolved] p {
        padding: 20px;
      }
      @media (max-width: 767px) {
        [unresolved] h1 {
          font-size: 2em;
          padding-top: 100px;
        }
      }
