.okvir {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: black;
  font: 20vw/1 Arial Black, sans-serif;
  text-align: center;
  color: hotpink;
}

.text {
  -webkit-filter: url(#filter);
          filter: url(#filter);
  outline: none;
}
.text::-moz-selection {
  background: rgba(0, 0, 0, 0.15);
}
.text::selection {
  background: rgba(0, 0, 0, 0.15);
}

svg {
  position: absolute;
  width: 0;
  height: 0;
}
