
body {
  font-family: roboto;
  background: white;
  margin: 2rem;
}

header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}

header video {
  width: 100%;
}

svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;  text-shadow:0px 0px 17px #000;

}

svg text a{
color: rgba(234, 240, 246, 0);
}

svg text a:hover{
  transition:1s;
color: rgba(234, 240, 246, 0);
}

svg text {
  font-family: Biko, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  text-shadow:6px 12px 17px 0 rgba(0,0,0,.05);
border:solid 1px #000;
}

svg rect {
  fill: white;
}

svg > rect {
  -webkit-mask: url(#mask);
  mask: url(#mask);
}
