.card-img-fixedd {
  width: 150%;       
  height: 900px;     
  object-fit: cover; 
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.container {
  max-width: 900px;
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

h1 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 1rem;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

p.intro {
  font-size: 1.1rem;
  color: #495057;
  text-align: center;
  margin-bottom: 2.5rem;
}

table {
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  border-radius: 8px;
  overflow: hidden;
}

thead {
  background: #495057;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

tbody tr:hover {
  background-color: #f1f3f5;
  cursor: default;
  transition: background-color 0.3s ease;
}

tbody td {
  vertical-align: middle;
  font-size: 0.95rem;
  color: #212529;
}

.card-img-fixed {
  width: 100%;       
  height: 200px;     
  object-fit: cover; 
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-img-top {
  height: 180px;
  object-fit: cover;
}
