*{
    box-sizing: border-box;
}
body{
    background-color: rgb(187, 187, 163);
}
h1{
    text-align: center;
    color: white;
    font-size: 40px;
}
img{
    width: 310px;
}
.bigcontainer{
    width: 1100px;
    margin: auto;
}
.container{
    width: 450px;
    background-color: white;
    display:inline-block;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    margin-left: 10px;
    float:left;
}
.container1{
    width: 290px;
    background-color: white;
    display:inline-block;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    margin-left: 10px;
    float:left;
}
.popust{
    width: 90px;
    position: absolute;
    top: -30px;
    right: -30px;
}
.cijena{
    background-color: orange;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    width: 120px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.reset-liste ul li{
    list-style-type: none;
}
.kosara{
    background-color: red;
    margin: auto;
    text-align: center;
    padding: 10px;
    width: 120px;
    border-radius: 5px;
    color: white;
}
.img{
    height: 300px;
    width: auto;
}
.img2{
    height: 300px;
    width: auto;
}
.img3{
    height: 300px;
    width: auto;
}
div ul li a{
    color: white;
    text-decoration: none;
}
.kosara:active{
    position: relative;
    top: 5px;
    left: 5px;
}