* {
    margin: 0;
    padding: 0;
    min-height: 55px;
    clear: both;
}

header{
    background-image: url(slike/Ninos_What-Makes-A-Fruit-A-Fruit.jpg);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 20px;
    color: white;
}

.uvod {
    background-color: darkseagreen;
}
.naranca {
    background-color: orange;
    border-bottom: saddlebrown solid 5px;
    font-size: 40;
}

.naranca h2 {
    text-align: center;
}

.jabuka {
    background-color: maroon;
    border-bottom: brown solid 5px;
    color: white;
}

.jabuka h2 {
    text-align: center;
}
.kiwi {
    background-color: rgb(147, 177, 95);
    border-bottom: rgb(174, 108, 82) solid 5px;
}

.kiwi h2 {
    text-align: center;
}

.lubenica {
    background-color: lightcoral;
    border-bottom: rgb(115, 61, 61) solid 5px;
}
    
img {
    display: block;
    height: 300px;
    width: 300px;
    padding: 0 10px 0 0;
    border-radius: 5px;
}

.naranca img {
    float: right;
}

.kiwi img {
    float: right;
}

p {
    text-align: justify;
    padding: 10px;
}
footer {
    text-align: right;
    background-color: coral;
    color: white;
}