header h1{
    text-align: center;
    color: purple;
}
nav ul li a{
    text-decoration: none;
    color: brown;
}
.Projekt p{
    color: blue;
    line-height: 1.8;
}
.Clanovi ul li{
    background-color: aquamarine;
    text-indent: 25px;
}
footer p{
    font-size: 12px;
    color: gray;
}
#first-child{
    font-weight: bold;
}