/* styles.css - Global Theme for Project Website */

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f9fafc;
  color: #333;
  margin: 0;
  padding: 2rem;
  line-height: 1.7;
  max-width: 960px;
  margin: auto;
  text-align: justify;
}

h1, h2 {
  color: #2c3e50;
  margin-top: 2rem;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.6rem;
  border-bottom: 2px solid #3498db;
  padding-bottom: 4px;
  margin-bottom: 1rem;
}

ul {
  padding-left: 1.2rem;
}

a {
  color: #2980b9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.section {
  margin-bottom: 2.5rem;
}

.highlight {
  background: #eef5fc;
  border-left: 5px solid #3498db;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
}
