body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f7f9;
  color: #222;
}

.header {
  background: #0a4d68;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  border-bottom: 4px solid #01baef;
}

.header h1 {
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
}

.project-info,
.features,
.technologies,
.goal {
  max-width: 900px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 10px;
}

h2 {
  color: #0a4d68;
  margin-bottom: 1rem;
}

ul {
  padding-left: 1.2rem;
  list-style-type: none;
}

ul li {
  margin: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
}

ul li::before {
  content: "✔️";
  position: absolute;
  left: 0;
}

.footer {
  text-align: center;
  padding: 1rem;
  background: #0a4d68;
  color: #fff;
  margin-top: 2rem;
}
