body{
background:#7d7d7d;
font-family:Arial;
text-align:center;
}

h1{
color:white;
margin-top:40px;
font-size:40px;
}

.container{
display:flex;
justify-content:center;
gap:40px;
margin-top:40px;
}

.kartica{
background:#efedd6;
width:260px;
padding:30px 20px;
border-radius:6px;
position:relative;
}



.popust{
position:absolute;
top:-20px;
right:-20px;
width:70px;
}



.proizvod{
width:180px;
display:block;
margin:auto;
margin-top:10px;
margin-bottom:20px;
}

.cijena{
background:orange;
padding:10px;
margin:15px auto;
width:120px;
border-radius:4px;
font-weight:bold;
}

button{
background:#b92a2a;
color:white;
border:none;
padding:10px 15px;
border-radius:4px;
cursor:pointer;
}

button:hover{
background:#8f1f1f;
}