footer {
    height:60px;
    width:100%;
    background-color: rgb(226, 113, 131);
}

header {
    height:50px;
    width:100%;
    text-align: center;
    padding-bottom: 30px;
    background-image: url(slike/headerrrrrrrrrrrr.PNG);
    background-repeat: no-repeat;
}

h1 {
    text-align: center;
    color: rgb(233, 106, 127);
    font-size: 35pt;
}

nav {
    text-align: center;
    font-size:20pt;
}

nav a:hover {
    color: rgb(255, 239, 245);
}

h2{
    text-align: center;
    color: rgb(233, 106, 127);
    font-size: 32pt;
}

img{
width: 290px;
height:290px;
display: block;
margin:0 auto
}


section {
margin: auto;
background-color:rgb(255, 212, 219);
margin-left:250px;
margin-right:250px;
height: 650px;
}

p {
    font-size: 18pt;
}

nav a {
    text-decoration: none;
    color: rgb(233, 106, 127);
}

hr{
    color: rgb(255, 255, 255);
}

img:hover {
    border-style: dashed;
    color: rgb(241, 105, 128);
}

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

div{
width: 750px;
margin: 0 auto;
}

div img {
    float:left;
    padding:25px;
}

img:hover {
    border:2px cornsilk solid;
}

