body{
    background-image: url(../img/pozadina1.png);
    background-size: 300px;
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: orangered;
    background-position: center;
}

h1{
    color: orangered;
    text-align: center;
    font-weight: bold;          
    
}

h2{
    color: darkorange;
     text-align: center;
     font-weight: bold;
}

h3{
    color: orange;
     text-align: center;
     font-weight: bold;
}

p{
    font-size: x-large;
    color: red;
    font-weight: bold;
}