body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
  text-align: center;
}

.btn {
  border-radius: 8px;
}

.carousel-item img {
  height: 400px;
  object-fit: cover;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.carousel-img {
  height: 400px;
  object-fit: cover;
  cursor: pointer;
}
