body {
  color: #212529;
  background-color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.hero {
  min-height: 70vh;
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  color: #ffffff;
  padding: 4rem 0;
}
.hero .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.hero .hero-image {
  width: clamp(180px, 28vw, 320px);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
  border: 4px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.skills-table th,
.skills-table td {
  vertical-align: middle;
}
.skills-table tbody tr:hover {
  background-color: white;
}

.contact-form {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.contact-form button {
  font-weight: 600;
}

footer {
  background-color: #121212;
}
footer small {
  color: #e0e0e0;
} /*# sourceMappingURL=styles.css.map */
