* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.okvir {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 95vh;
    background-color: lightgrey;
}

li {
    width: 100vw;
    height: 95vh;
}

.pogled {
    position: relative;
    text-align: center;
    align-items: center;
    align-content: center;
    text-decoration: none;
}

.klik {
    position: relative;
    bottom: 0.4vh;
    font-size: 2vh;
    color: #0056b3;
    text-shadow: 0.1vh 0.1vh 0.1vh white,
        0.3vh 0.3vh 0.3vh yellow;
    text-decoration: none;
}

.klik:hover {
    color: orange;
    font-weight: bolder;

}

.napis {
    position: relative;
    margin: 0;
    top: 0;
    font-size: 3.5vh;
    color: #0056b3;
    text-align: center;
    font-weight: bold;
    text-shadow: 0.1vh 0.1vh 0.1vh white,
        0.3vh 0.3vh 0.3vh yellow;
    text-decoration: none;
}

.napis:hover {
    color: orange;
    font-weight: bolder;

}

/* iframe */
iframe {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 5vh;
    width: 90vw !important;
    height: 88vh !important;
    left: 5vw;
}

.holder {
    position: fixed;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 5vh;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    color: #0066FF;
    background-color: lightsteelblue;
}

#legend1 {
    position: inherit;
    margin: 0.5vw;
    left: 1.5vw;
    bottom: 0.4vh;
    font-size: 2vh;
    font-weight: bolder;
    color: #0066FF;
}

a {
    margin: 0.5vw;
    font-size: 3vh;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    color: #0066FF;
}

.vnos {
    position: inherit;
    bottom: -1vh;
    right: -4vw;
}

input {
    width: 3vw;
    text-align: right;
}

select {
    text-align-last: right;
}

option {
    direction: rtl;
}

button{
    margin: 1vw;
    padding: 0.5vw;
    font-size: 1.8vh;
    font-weight: bolder;
    border: solid 0.1vw blue;
    border-radius: 2vh;
    background-color: steelblue;
    color: whitesmoke;
    -webkit-border-radius: 2vh;
    -moz-border-radius: 2vh;
    -ms-border-radius: 2vh;
    -o-border-radius: 2vh;
}

#Animation {
    visibility: hidden;
}