:root {
  --bs-primary: #3949AB;
  --bs-primary-rgb: 57, 73, 171;
}

html,
body {
  overflow-x: hidden;
} 

.full-width {
  width: 100%;
  height: auto;
}

.btn-primary {
  --bs-btn-bg:  #3949AB;
  --bs-btn-border-color:  #3949AB;;
}

.btn-secondary {
  --bs-btn-bg: #424242;
  --bs-btn-border-color: #424242;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.95);
  --bs-navbar-hover-color: rgba(255, 255, 255, 1);
}

.blockquote-footer {
  color: #424242;
}

