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

main {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}

h1, h2, h3 {
  text-align: center;
  color: #222;
}

h1 {
  margin-bottom: 0.25em;
}

.profile {body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #e0e0e0;
  line-height: 1.6;
}

main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
}

h1, h2, h3 {
  text-align: center;
  color: #ffffff;
}

h1 {
  margin-bottom: 0.25em;
}

.profile {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 1rem;
  border: 3px solid #555;
}

.hero p {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.contact ul {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}

.contact li a {
  text-decoration: none;
  color: #00bfff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.projects {
  margin-top: 2rem;
}

.projects h2 {
  margin-bottom: 2rem;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.project {
  background: #111;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.05);
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s;
}

.project:hover {
  transform: translateY(-5px);
}

.project img {
  max-width: 100%;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.project h3 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #fff;
}

.project p {
  font-size: 0.95rem;
  color: #ccc;
}

.project ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.project li a {
  color: #00bfff;
  font-size: 0.95rem;
  text-decoration: none;
}

.project li a:hover {
  text-decoration: underline;
}

a {
  color: #00bfff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  main {
    padding: 1rem;
  }

  .contact ul {
    flex-direction: column;
    align-items: center;
  }

  
  .project-grid {
    padding-inline-start: 0;
    list-style: none;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    max-width: var(--page-max-width);
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 5rem;
    justify-items: center;}
}

  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 1rem;
  border: 2px solid #ccc;
}

.hero p {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.contact ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.contact li {
  margin: 0.25rem 0;
}

.projects {
  margin-top: 3rem;
}

.project {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
}

.project img {
  max-width: 100%;
  display: block;
  margin: 0 auto 1rem;
  border-radius: 6px;
}

.project h3 {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.project ul {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.project ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}


.project li {
  margin: 0;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  main {
    padding: 1rem;
  }

  .project {
    padding: 1rem;
  }

  .project ul {
    flex-direction: column;
    align-items: center;
  }
}

ul.icon-list {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  justify-content: center;
}