*{
    box-sizing: border-box;
}

body{
    background-color: gray;
    font-family: 'Times New Roman', Times, serif;
}

h1{
    text-align: center;
    color: white;
}

h1 {
    margin: 20px 0;
}

.card-container {
    display: flex;
    justify-content: center;
    padding: 20px;
    height: 500px;
  
}
.card {
    margin: 0 20px; 
}
.card2 {
    margin: 0 20px; 
}
.card3 {
    margin: 0 20px; 
}

.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 250px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.card img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.card p {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.card button {
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
  
    font-size: 16px;
}


.card1 {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.card1 img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.card1 p {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.card1 button {
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;

    font-size: 16px;
}

.card2 {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 250px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.card2 img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.card2 p {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.card2 button {
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;

    font-size: 16px;
}




button:active{
    color: white;
    position: relative;
    top: 3px;
    left: 3px
}

.popust{
    width: 200px;
    position: absolute;
    top: -80px;
    right: -70px;
   
}

.cijena{
    background-color: orange;
    color: black;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;

    font-size: 16px;
}