*{
    padding: 0px;
    margin: 0px;
}
body{
   background-image: url(proizvodi1.jfif);
   background-size: cover;
   
    
   
}
@font-face {
    font-family: Cutecouple;
    src: url(CUTE\ COUPLE\ Regular.ttf);
}
.nav{
    font-family: Cutecouple;
    margin-left: 300px;
    margin-right: auto;
    padding: 0px;
    list-style: none;
    font-size: 20px;
    text-align: center;
}

.nav ul{
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    
}
.nav ul li{
    float: left;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    opacity: .8;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 20px;
    
}
.nav ul li a{
    
    text-decoration: none;
    color: yellow;
    display: block;
}
.nav ul li ul li{
    
   display: none;   
   margin-left: auto;
}

.nav ul li:hover ul li{
    display: block;
}

ul li a:hover{
    transform: scale(1.1);
    color: green;
    letter-spacing: 5px;
    box-shadow: 1px 1px 1px silver;  
}
.proizvodi{
    font-family: cursive;
}
.proizvodi h1{
    font-size: 50px;
    text-align: center;
    margin-top: 150px;
}
.proizvodi p{
    margin: 20px;
    margin-left: 220px;
    text-align: justify;
    color: rgb(233, 183, 18);
}
.proizvodi img{
    float:left;
    height: 160px;
    width: 200px;
    margin-top: -170px;
    margin-left: 10px;
}
