#logo {
  width: 75%;
}

:root {
  --bs-blue: #3763f4;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #dc3dcb;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #19f5aa;
  --bs-teal: #06a0b2;
  --bs-cyan: #06a0b2;
  --bs-white: #fff;
  --bs-gray: #4e5d78;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f5f6f8;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #4e5d78;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #2d2d2d;
  --bs-primary: #101c43;
  --bs-secondary: #dc3dcb;
  --bs-success: #19f5aa;
  --bs-info: #06a0b2;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f5f6f8;
  --bs-dark: #000000;
  --bs-primary-rgb: 55, 99, 244;
  --bs-secondary-rgb: 220, 61, 203;
  --bs-success-rgb: 25, 245, 170;
  --bs-info-rgb: 6, 160, 178;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 245, 246, 248;
  --bs-dark-rgb: 0,120,200;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg-rgb: 45, 44, 56;
  --bs-font-sans-serif: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #dad213;
  --bs-body-bg: #026eb7;
}

.navbar {
  background-color: #0178c8;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #fff;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg: #2d2c38;
  --bs-body-bg-rgb: 45, 44, 56;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(255, 255, 255, 0.75);
  --bs-secondary-color-rgb: 255, 255, 255;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(255, 255, 255, 0.5);
  --bs-tertiary-color-rgb: 255, 255, 255;
  --bs-tertiary-bg: #313437;
  --bs-tertiary-bg-rgb: 49, 52, 55;
  --bs-primary-text-emphasis: #87a1f8;
  --bs-secondary-text-emphasis: #ea8be0;
  --bs-success-text-emphasis: #75f9cc;
  --bs-info-text-emphasis: #6ac6d1;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f5f6f8;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #0b1431;
  --bs-secondary-bg-subtle: #2c0c29;
  --bs-success-bg-subtle: #053122;
  --bs-info-bg-subtle: #012024;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #213b92;
  --bs-secondary-border-subtle: #84257a;
  --bs-success-border-subtle: #0f9366;
  --bs-info-border-subtle: #04606b;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #87a1f8;
  --bs-link-hover-color: #9fb4f9;
  --bs-link-color-rgb: 135, 161, 248;
  --bs-link-hover-color-rgb: 159, 180, 249;
  --bs-code-color: #ea8be0;
  --bs-highlight-color: #fff;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75f9cc;
  --bs-form-valid-border-color: #75f9cc;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #fff;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg: #000000;
  --bs-body-bg-rgb: 45, 44, 56;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(255, 255, 255, 0.75);
  --bs-secondary-color-rgb: 255, 255, 255;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(255, 255, 255, 0.5);
  --bs-tertiary-color-rgb: 255, 255, 255;
  --bs-tertiary-bg: #313437;
  --bs-tertiary-bg-rgb: 49, 52, 55;
  --bs-primary-text-emphasis: #87a1f8;
  --bs-secondary-text-emphasis: #ea8be0;
  --bs-success-text-emphasis: #75f9cc;
  --bs-info-text-emphasis: #6ac6d1;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f5f6f8;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #0b1431;
  --bs-secondary-bg-subtle: #2c0c29;
  --bs-success-bg-subtle: #053122;
  --bs-info-bg-subtle: #012024;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #213b92;
  --bs-secondary-border-subtle: #84257a;
  --bs-success-border-subtle: #0f9366;
  --bs-info-border-subtle: #04606b;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #87a1f8;
  --bs-link-hover-color: #9fb4f9;
  --bs-link-color-rgb: 135, 161, 248;
  --bs-link-hover-color-rgb: 159, 180, 249;
  --bs-code-color: #ea8be0;
  --bs-highlight-color: #fff;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75f9cc;
  --bs-form-valid-border-color: #75f9cc;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: #039c1b;
  border-color: var(--bs-btn-active-border-color);
}

.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 19px;
}

.pt-5 {
  padding-top: 3rem !important;
  padding-bottom: 1rem !important;
}

a:focus, a:hover {
  color: black;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all .2s;
}

