body{
    background-color: rgb(245, 203, 203);
}
h1, h2{
    text-align: center;
}
.slika{
        display: block; 
        margin-left: auto;
        margin-right: auto; 
        max-width: 100%;
        height: 300px;
}
p{
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.4;
    word-spacing: 5px;
    letter-spacing: 1px;
    text-align: center
}
#prvi{
    font-size: large;
    font-style: oblique;
    font-weight: lighter;
    color: red;
    text-decoration:underline;
    text-transform: capitalize;
    text-indent: 20px;
}
#drugi{
    font-size: medium;
    font-style: italic;
    font-weight: bold;
    color: rgb(241, 72, 72);
    text-transform: uppercase;
    text-indent: 30px;
    text-decoration: overline;
}
#treci{
    font-size: small;
    font-style: normal;
    font-weight: bolder;
    color: rgb(252, 139, 139);
    text-decoration: none;
    text-transform: lowercase;
    text-indent: 40px;
}