body {
  height: 100vh;
  width: 100vw;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/138405/church.png"), linear-gradient(#5FE1F2, #3FC1D2);
}

.overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/60-lines.png");
  pointer-events: none;
}

#info {
  user-select: none;
  font-family: 'fredoka one';
  color: rgba(50, 60, 0, 0.9);
  font-size: 2em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.40em 0.75em;
}
#info h1, #info h2, #info h3 {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0;
  vertical-align: baseline;
}
#info h1 {
  font-size: 1em;
  font-weight: 300;
}
#info h2 {
  font-size: 0.5em;
  font-weight: 100;
}
#info h3 {
  font-size: 1em;
  font-weight: 100;
  color: #969614;
  text-shadow: 0 1px #505000, 0 2px #3c3c00, 0 2px 2px rgba(0, 0, 0, 0.5);
  float: right;
  margin: 0;
}

#ccn {
  display: block;
  position: absolute;
  width: 400px;
  bottom: 4em;
  height: 500px;
  left: 50%;
  margin-left: -200px;
  box-shadow: inset 0 -1px 6px -1px #000;
  overflow: hidden;
  max-width: 100vw;
  max-height: 125vw;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/138405/vines.png");
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: -10% 110%;
}
#ccn canvas {
  max-width: 100vw;
  max-height: 125vw;
}

@media screen and (max-width: 600px) {
  #info {
    padding: 0;
  }
  #info h1 {
    vertical-align: top;
    margin-left: 0.5em;
    margin-bottom: 0.75em;
  }
  #info h2 {
    position: absolute;
    left: 1.1em;
    bottom: 0.5em;
  }
  #info h3 {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
  }
}
@media screen and (max-width: 340px) {
  #info h1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 1em;
    text-align: center;
  }
  #info h2 {
    opacity: 0;
  }
  #info h3 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
  }
}