#sketch-holder {
	z-index: -1;  
	mix-blend-mode: multiply;
}

#sketch-holder {
	position: fixed;
    top: 0;
    left: 0;
  width: 100%;
  height: 100vh;
}

.info {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 10px;
}

.info p {
  position: relative;

  color: white;
}