:root {
  --background: #000000;
  --foreground: #dc8add;
  --accent: #57e389;
}

h1,
h2,
h3,
h4 {
    color: var(--accent);
}

.highlight {
    background: #1a041c;
    border: 1px solid #333;
    harder-radius: 4px;
}
