.bg_light {
  background-color: #e5e7eb;
}

.section {
  max-width: 768px;
  margin: auto;
  padding: 3rem 1rem;
}

.hero {
  background: white;
  text-align: center;
  padding: 15rem 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.subtitle {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

.location {
  font-size: 0.875rem;
  color: #4b5563;
  margin-top: 0.25rem;
}

.social_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.social_links a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.project {
  margin-bottom: 1.5rem;
}

.tech {
  font-size: 0.875rem;
  color: #4b5563;
}

.list {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.contact form {
  display: grid;
  gap: 1rem;
}

.contact input,
.contact textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
}

.contact button {
  background-color: #2563eb;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
}

.contact button:hover {
  background-color: #1d4ed8;
}

.footer {
  text-align: center;
  padding: 1rem;
  font-size: 0.875rem;
  color: #6b7280;
}
