* {
    padding: 0;
    margin: 0;
}
body {
    font-family: Tahoma;
    height: 100%;
    width: 100%;
    color: darkblue;
}

header {

    background-repeat: no-repeat;
    background-position: center;
    height: 177px;
}
header h1 {
    text-align: center;
    padding-top: 50px;
}

nav {
    text-align: center;
    padding: 10px;
    
}
nav a {/* poveznica unutar navigacije ---- kontekstualno */
    color: darkblue;
    font-weight: bold;
    text-decoration: none;
    padding-right: 12pt;
}
nav a:hover {
     text-decoration: dotted;
     color: cadetblue;
}

section {
    
    background-color: cadetblue
    margin: 50px;
    padding: 10px;
    height: 500px;
    
}

article {
        padding: 19px;
    display: block;
    margin: 0 auto;
    width: 700px;
    
}

h1 {
    text-align: center;
}

footer {
    background-color: cadetblue
    width: 100%;
    height: 40px;
}

article img{
    float: left;
    
}

img:hover {
    border: 2px cadetblue}
    
img {
        display: block
        margin 0 auto
        padding: 20px
    }
    .sredina{
        width: 700px;
        margin: 0 auto;
    }
    .podnozje{
        font-size: 9pt;
    }
