body{
    background-color: wheat;
}
h1{
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
p .prvi{
    color: red;
    font-size: 25px;
}
p{
    font-size: 20px;
    text-align: center;
}
#hrana{
    width: 600px;
    padding-left: 650px;
}
#povrce{
    width: 600px;
    padding-left: 650px;
}
#slano{
    width: 600px;
    padding-left: 650px;
}
#slatko{
    width: 600px;
    padding-left: 650px;
}
#voce{
    width: 600px;
    padding-left: 650px;
}
ul li a{
    text-decoration: none;
    color: black;
    border: 1px solid brown;
}
ul li a:hover{
    background-color: lightcoral;
}
p:last-of-type{
    color: rgb(130, 0, 39);
}
p:nth-child(odd){
    color: forestgreen;
}
