body {
  background-color: #f8f9fa;
}

.card-vaga {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  transition: 0.3s;
}

.card-vaga:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn-custom {
  background-color: #0d6efd;
  color: white;
  transition: 0.2s;
}

.btn-custom:hover {
  background-color: #0b5ed7;
}