* {
    box-sizing: border-box;

}

body {
    background-color: rgb(104, 103, 103);

}

h1 {
    text-align: center;
    color: white;
    font-size: 40px;
}

img {
    width: 310px;
}



.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;

}

.kosarica {
    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;
}

.kosarica:active {
    position: relative;
    top: 5px;
    left: 5px;

}