/* 
Vrednotenje:

* {}            ===>    0
tip izbirnika   ===>    1
class           ===>   10
id              ===>  100
syle v vrstici  ===> 1000
*/
body {
    overflow: hidden;
}

.okvir {
    width: 95vw;
    margin: 2.5vw;
}

h1 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 5vh;
    font-style: italic;
    background-color: skyblue;
    color: blue;
}

h2 {
    margin: 5vh;
}

p {
    margin: 5vh;
    font-family: sans-serif;
    font-size: 3vh;
    color: red;
}

.drugiOdstavek {
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Times New Roman', Times, serif;
    font-size: 4vh;
    color: brown;
}

#tretjiOdstavek {
    text-align: right;
    text-decoration: none!important;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: normal;
    color: yellow;
}

.cetrtiOdstavek {
    text-align: left;
    color: palevioletred;
    text-decoration: underline dotted;
    font-style: initial; 
    font-family: cursive;
}