/* Global Styles */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f4f4;
  color: #333;
  margin: 40px auto;
  max-width: 900px;
  padding: 20px;
  line-height: 1.6;
}

/* Header */
header {
  text-align: center;
  background-color: #333;
  color: white;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

h1 {
  font-size: 2.8em;
  margin: 0;
}

header p {
  margin: 5px 0;
  font-size: 1.1em;
}

/* Section Headers */
section h2 {
  font-size: 1.6em;
  color: #222;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
  margin-top: 40px;
  margin-bottom: 15px;
}

/* Content Blocks */
section {
  margin-bottom: 30px;
}

ul {
  list-style-type: square;
  padding-left: 25px;
}

li {
  margin-bottom: 10px;
}

/* Links */
a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Footer */
footer {
  text-align: center;
  font-size: 0.9em;
  color: #777;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 50px;
}

/* View Count Styling */
#viewCount {
  font-weight: bold;
  color: #222;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  body {
    margin: 20px;
    padding: 15px;
  }

  h1 {
    font-size: 2em;
  }

  section h2 {
    font-size: 1.3em;
  }
}
