body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
}

h1 {
  color: #222;
}
h2 {
  color: #333333;
}

a {
  text-decoration: none;
  color: #0077cc;
}

a:hover {
  color: #005fa3;
}

/* Set main content text to charcoal grey */
p, li, span, div, section {
  color: #333333;
}

.category-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

h2 {
  margin-top: 2rem;
  font-size: 1.5rem;
  border-left: 5px solid #007bff;
  padding-left: 10px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #007bff;
}
