h1 {
  color: #0f54a3 !important;
  text-align: center;
}

.img-lelang {
  width: 800px;
}

@media screen and (max-width: 1000px) {
  .img-lelang {
    height: 100%;
  }
}

main p {
  color: white;
  font-weight: bold;
  -webkit-text-stroke: 1px black;
}

.card {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  cursor: pointer;
}

.card iframe {
  display: none;
}

.card-image {
  height: 200px;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.form-transition {
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
}

.form-transition:hover {
  transform: scale(1.05);
}
