.bg-primary {
    background-color: #31383e !important;
}

.header-primary {	
    color: #ea7e26;
}

.thumb {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.2s;
}
.thumb:hover {
  transform: scale(1.03);
}