:root {
  /* Catppuccin Mocha */
  --mocha-rosewater: #f5e0dc;
  --mocha-flamingo: #f2cdcd;
  --mocha-pink: #f5c2e7;
  --mocha-mauve: #cba6f7;
  --mocha-red: #f38ba8;
  --mocha-maroon: #eba0ac;
  --mocha-peach: #fab387;
  --mocha-yellow: #f9e2af;
  --mocha-green: #a6e3a1;
  --mocha-teal: #94e2d5;
  --mocha-sky: #89dceb;
  --mocha-sapphire: #74c7ec;
  --mocha-blue: #89b4fa;
  --mocha-lavender: #b4befe;
  --mocha-text: #cdd6f4;
  --mocha-subtext-1: #bac2de;
  --mocha-subtext-0: #a6adc8;
  --mocha-overlay-2: #9399b2;
  --mocha-overlay-1: #7f849c;
  --mocha-overlay-0: #6c7086;
  --mocha-surface-2: #585b70;
  --mocha-surface-1: #45475a;
  --mocha-surface-0: #313244;
  --mocha-base: #1e1e2e;
  --mocha-mantle: #181825;
  --mohca-crust: #11111b;
}

body {
  background-color: var(--mocha-base);
  color: var(--mocha-text);
}

.div-title {
  margin: auto;
  width: 950px;
  border-style: solid;
  border-width: medium;
  border: var(--mocha-mauve);
  background-color: var(--mocha-mantle);
  text-align: center;
}
