body {
  background-color: rgb(13, 11, 26) !important;
}

.color-secondary {
  color: rgb(112, 75, 225) !important;
}

.btn-my-secondary {
  background: rgb(112, 75, 225) !important;
}

.btn-my-secondary:hover {
  background: rgba(112,75,225,0.8) !important;
}

.pp * {
  color: #dddddd !important;
}

