body {
  background-color: black;
}


canvas {
  position: absolute;
  left:0;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
}



.sample-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url("Saywat102.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sample-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.3;
}
.sample-header-section {
  position: relative;
  padding: 15% 0 10%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-weight: 500;
}
h2 {
  font-weight: 400;
}
.sample-section-wrap {
  position: relative;
  background-color: white;
}
.sample-section {
  position: relative;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

