body {
    background-image: url(../img/pozadina.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center;
}

.active {
    color: red;
}
img {
    width: 33%;
}
h1 {
    text-align: center;
}
.info {
    font-size: 13px;
}

/*PSEUDO KLASE*/
a:hover {
    font-style: italic;
}
a:active {
    color: red;
}
.hidden:hover {
    color: red;
}
img:hover {
  transform: scale(1.2);  
}