body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.container{ padding-top: 30px}

h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.card {
  background-color: #fbfbfb !important;
  margin-bottom: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.card img {
  object-fit: cover;
  height: 100%;
  padding: 15px;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.form-label {
  font-weight: 500;
}

.btn {
  background-color:#69384a !important;
  color: #f8f9fa;
  margin-top: 1rem;
  border-radius: 0.5rem;
  border-color: rgb(51, 50, 50) !important;
}
.btn:hover{
  background-color: black !important;
}

@media (max-width: 768px) {
  .card .row {
    flex-direction: column;
  } 

  .card img {
    width: 100%;
    height: auto;
  }
}
