@font-face {
  font-family: 'FiraCodeNerdMono';
  src: url('../fonts/FiraCodeNerdFontMono-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FiraCodeNerdMono';
  src: url('../fonts/FiraCodeNerdFontMono-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'FiraCodeNerdMono';
  src: url('../fonts/FiraCodeNerdFontMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background-color: #121212;
    color: #e0e0e0;
    overflow-x: hidden;
}

a {
    color: #00aaff;
    text-decoration: none;
}

a:hover {
    color: #ffaa00;
}

h1, h2, h3 {
    color: #ffaa00;
    border-bottom: 1px solid #333;
}

/*  */
/* pre code {
  background-color: #1e1e1e;
  border-radius: 12px; 
  border: none;
  color: #00aaff;
  display: block;
  font-family: monospace;
  padding: 0.5em;
  white-space: pre;
  word-wrap: normal;
} */

nav, footer {
    background-color: #181818;
    padding: 1em;
    border-top: 1px solid #333;
}

main {
    padding: 2rem;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/*  */
.footer-prev-next {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 2rem auto;
  font-family: 'FiraCodeNerdMono', monospace;
}

.footer-prev-next a {
  color: #00aaff;
  text-decoration: none;
}

.footer-prev-next a:hover {
  color: #ffaa00;
}



pre {
  color: #24292e;
    background: #fff;
    /* background-color: var(--bs-body-bg); */
    border: solid 1px var(--bs-border-color);
    color: var(--bs-body-color);
    color: #333;
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}