.okvir {
  background: lightslategray;
  background-size: 100vw 100vh;
  font-family: 'Cabin Condensed', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

svg {
  font-weight: bold;
  max-width: 600px;
  height: auto;
}
