h1 {color: rgb(0, 0, 0); font-size: 30px;}
h2 {color:chocolate; font-size: 25px; -webkit-text-stroke: black 1px;}
body {color: rgb(136, 31, 31); font-size: 20px;}

#prvavaja {display: block;}

.slika2v {display: flex;
align-items: center;
justify-content: center;
max-width: 450px;
max-height: 450px;}

#vodnik {
    color: rgb(129, 0, 250);
}

#posebih2 {
    color: chocolate;
    -webkit-text-stroke: 0px;
}

.hrefi:hover {
 color: black;
 text-shadow: darkgrey 5px 5px 5px ;
}

#vaja3:link {
 -webkit-text-stroke: 0.25px black;
 color:bisque;
}

#vaja3:visited {
    color:rgb(150, 130, 236)
}

#vaja3:hover {
    text-shadow: black 5px 5px 5px;
}

.hrefi:link {
    color:black;
}

.hrefi:visited {
    color:brown;
}

.hrefi:active{
       color: #FF191D;
   text-decoration: underline;
   background-color: #FCB0B1;
}

body:first-child {
  color:lightgreen;
}

.poudarek {
  font-weight: bold;
  background-color: #f2e6d9;
  padding: 5px;
  border-radius: 5px;
}