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

header {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
}

header h1 {
  font-size: 2.5em;
  margin-bottom: 0.3em;
}

header p {
  font-size: 1.2em;
  margin-bottom: 1em;
}

header a {
  background: black;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 30px;
}

section {
  padding: 60px 20px;
  max-width: 1000px;
  margin: auto;
}

.projects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.project img {
  width: 100%;
  border-radius: 10px;
}

h2 {
  text-align: center;
  margin-bottom: 40px;
}

.socials {
  list-style: none;
  text-align: center;
  padding: 0;
}

.socials li {
  display: inline;
  margin: 0 10px;
}
