body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
  background-color: #f4f4f9;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  color: #0056b3;
}

h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.75em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

p {
  margin-bottom: 1em;
}

code {
  background-color: #f1f1f1;
  border-radius: 4px;
  padding: 2px 4px;
  font-family: 'Courier New', Courier, monospace;
  color: #d63384;
}

pre {
  background-color: #f1f1f1;
  border-radius: 4px;
  padding: 10px;
  overflow: auto;
  font-family: 'Courier New', Courier, monospace;
  color: #d63384;
  margin-bottom: 1em;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

a {
  color: #0056b3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-bottom: 1em;
  padding-left: 1.2em;
}

li {
  margin-bottom: 0.5em;
}
