@import url(css.css);
* {
  box-sizing: border-box;
}

html, body {
  background: #e6e6e6;
  width: 100%;
  min-height: 100%;
  font-weight: bold;
  font-size: 1em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: "Black Ops One", cursive;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

canvas {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text .wrap {
  fill: #FFF;
}

.overlay {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}
.overlay .txt {
  font-size: 14rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.5rem;
  text-shadow: 0 -3px 0 #0d0d0d, 0 6px 8px rgba(13, 13, 13, 0.55), 0 9px 10px rgba(13, 13, 13, 0.25);
}
.overlay .txt2 {
  font-size: 4rem;
}

section {
  align-self: center;
}

h1 {
  position: relative;
  font-size: 8em;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  width: 900px;
  height: 400px;
}
h1 .fill {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
h1 .inv {
  position: absolute;
  width: 900px;
  height: 400px;
  top: 0;
  left: 0;
}
h1 .rect {
  fill: #e6e6e6;
}
h1 .clear {
  fill: transparent;
}