@import url(https://fonts.googleapis.com/css?family=Raleway:800,400,300);

body{
  overflow: hidden;
}

.okvir {
  position: relative;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: black;
}

h2 {
  position: relative;
  top: 40vh;
  font-family: Raleway, Arial, sans-serif;
  font-size: 8vh;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
  letter-spacing: 0.5vw;
}
