.panel-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.panel-body img {
  transition: transform 0.2s ease;
}

.panel-body img:hover {
  transform: scale(1.1);
}

.panel {
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}




header {
  background: black !important;
color: white !important;
  }


body {
  background: white !important;
color: black !important
  }


footer {
  background: black !important;
color: white !important;
  }

