body {
    font-size: 12pt;
    font-family: tahoma;
    background-image: linear-gradient(90deg, rgb(95, 198, 232), lightblue);
}

header,
h1 {
    font-family: Georgia;
    background-image: url(mreze/1.png);
    height: 100px;
    text-align: center;

}

nav {
    background-color: rgb(122, 203, 230);
    font-size: 20px;
    text-align: center;
}

nav a {
    color: #000;
    text-decoration: none;
}

nav a:hover {
    text-decoration: none;
    font-weight: bold;
    color: rgb(10, 173, 228);
}

img {
    display: block;
    margin: 0 auto;
    /*Način na koji centriramo sliku*/
}

.centrirano {
    width: 750px;
    margin: 0 auto;
}

.centrirano
img {
    float: left;
    padding: 25px;
}

img:hover {
    border-style: inset;
}

section {padding-top: 10px;
    
    background-color: lightblue;
    padding: 20px;
    margin: 0px 100px 0px 100px;
    height: 700px;
}

section,
p {
    /*kontekstualni selektor*/
    text-align: justify;
}

footer {
    height: 40px;
    background-color: rgb(95, 198, 232);
}

a {padding-right: 15px;}