html {
  padding-left: 1rem;
  /* set the page size to 85% of the screen width */
  width: 65%;
  /* align content to the center of the screen */
  margin: 0 auto;
  /* line-height: 2rem; */
}


.code-container {
  margin: 20px auto;
  position: relative;
  border-radius: 5px;
  /*  overflow: hidden; */
  background: #2d2d2d;
  width: 85%;
  padding: 0;
  font-size: 0.9rem;
}

.code-header {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  background: #1e1e1e;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
  font-family: Arial, sans-serif;
}

/* Center the gif */
.gif-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

/* Set a green-ish color contrasting with #0f131b for .code */
.code {
  color: #85c59a;
  font-family: monospace;
  font-size: 1rem;
}

h1 {
  color: #d9d9d9;
  font-size: 2em;
  font-weight: bold;
  padding: 0.5em 0;
}

h2 {
  color: #d9d9d9;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.5em 0;
}

h3 {
  color: #d9d9d9;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em 0;
}

h4 {
  color: #d9d9d9;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em 0;
}

p a {
  color: hsla(236, 100%, 73%, 0.6);
  text-decoration: none;
}