.okvir {
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    font-family: Arial, Helvetica;
    color: white;
}

.info span {
    position: absolute;
    top: 2vh;
    width: 100vw;
    color: #456fa0;
    font-size: 3vh;
    text-align: center;
    text-shadow: 0.3vh 0.3vh 0.3vh rgba(0, 176, 255, 1),
    0.3vh 0.3vh 0.3vh white;
    white-space: nowrap;
}