body {
    overflow: hidden;
    background: #000;
}

.okvir {
    position: absolute;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #000;
}

p {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    top: 0.1vh;
    bottom: 5vh;
    font-size: 1vh;
    line-height: 1vh;
    text-align: justify;
    text-justify: inter-word;
    background: url(AyrtonSenna.jpg);
    background-size: 100vw 100vh;
    background-position: bottom 6vh right;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    z-index: 1;
}