
body {
  font-family: 'Poppins', sans-serif;
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}


header {
  background-color: #0066cc;
  color: white;
  text-align: center;
  padding: 2rem 0;
  border-bottom: 4px solid #004999;
}

.subtitle {
  font-size: 1.2rem;
  font-style: italic;
  font-size: 25px;

}


section {
  max-width: 800px;
  margin: 2rem auto;
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


h1, h2 {
  color: #004999;
}


h1:hover{
  color: #333;
}




ul {
  list-style-type: square;
  padding-left: 20px;
}

.skills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.skills-list span {
  background: #004999;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
}


footer {
  text-align: center;
  padding: 1rem;
  background: #004999;
  color: white;
  margin-top: 2rem;
}
