h1{ font-size: 22px;
    text-align:center;
    color: lightgreen;
	text-shadow: green 5px 5px;}
h2{text-decoration: underline;
    font-size: 120%;
    font-family: serif;
    text-transform: uppercase;
    color: rgb(50,40,25);}

.poglavlje {
    background-color: yellow;
    font-family: sans-serif;
}
#treci{
    background-color: rgb(40,25,40);
    color: rgb(0,25,40);
    font-style: italic;
    font-family: serif;
    padding: 10px;
}
.p{
	color: blue;
}

picture img {
    width: 30vw;
    height: 30vh;
    box-shadow:
        0 0 10px yellow,
        inset 0 0 10px yellow;
}
body {
    background-color: linear-gradient(
	    100%,
        rgb(5, 0, 50),
        rgb(50, 50, 50)
    );
    background-image: url();
    background-repeat: no-repeat;
    background-position: top right;	
}