/* styles.css */
body {
  font-family: Georgia, serif;
  line-height: 1.6;
  background-color: #daf2f5; /* màu nền trang */
  color: #333333;
}

h1, h2, h3, h4 {
  font-family: "Helvetica Neue", sans-serif;
  color: #005a9c;
}

code {
  background-color: #bbe4f2;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 0.95em;
}

