li {
    padding: 10px;
}
body {
    color: blue;
/*    color: red; */
/*    background: red; */
    background-image: url("IMG_2_2112_2.jpeg");
}
.besedilo {
    background-color: white;
    padding: 15px;
    border: solid 1px orange;
    border-radius: 20px;
    min-width: 300px;
    min-height: 100px;
}
img {
    padding: 0pt;
    border-radius: 20px;
}

figure img {
    width: 500px;
}

figure audio {
    width: 300px;
}

figure video {
    width: 300px;
}

h1 {
    font-size: 50px;
    line-height: 55px;
}

nav {
    font-size: 18px;
}

figure {
/*    color: black; */
    float: left;
    font-size: 20px;
    background-color: #CCCCCC;
    border-radius: 20px;
    padding: 5px;
}

audio {
    padding: 5px;
}

video {
    border-radius: 20px;
}

a {
    background-color: #CCCCCC;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
}

h1 a {
    padding: 0px;
    background: none;
}

a:visited {
    color: darkblue;
}

a:link {
    color: darkblue;
}
#komentarji {
    background-color: lightblue;
    padding: 20px;
    border-radius: 20px;
    color: black;
}
section.komentar {
    background-color: white;
    padding: 15px;
    border: solid 1px black;
    border-radius: 10px;
}
input.button {
    background-color: lightblue;
    padding: 15px;
    border: solid 1px black;
    border-radius: 10px;
    margin: 15px;
}
#tekst {
    border-radius: 10px;
}
#dodajKomentar {
    background-color: transparent;
}
.fotka {
    width: 200px;
}
a.fotke {
    color: red;
}
#uporabnik {
    background-color: yellow;
}
/*
ul {
    background-color: #CCCCCC;
    width: 200px;
    border-radius: 5px;
    padding: 5px;
    color: red;
}
*/
