body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #d67474;
}
section {
  padding: 50px;
}
h1, h2 {
  text-align: center;
}
.cards {
  display: flex;
  justify-content: center;
}
.card {
  background: white;
  padding: 25px;
  width: 200px;
  border-radius: 10px;
  position: relative;
}
.card img {
  width: 100%;
  border-radius: 8px;
}
.bedž1{
  position: absolute;
  top: 10px;
  right: 10px;
  background: green;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.bedž2{
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgb(255, 5, 5);
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.bedž3{
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgb(255, 118, 5);
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.slike {
  position: relative;
}
.overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  background: rgba(0,0,0,0.5);
  padding: 10px;
  border-radius: 5px;
}
.kontakt {
  background: #222;
  color: white;
  text-align: center;
}