/* Custom styles for minimal improvements */

body {
  font-size: 1.05rem;
  line-height: 1.7;
}

h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

/* Link styling */
a {
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

/* Profile image styling */
img[src*="profile"] {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

img[src*="profile"]:hover {
  transform: scale(1.05);
}

/* Navbar improvements */
.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Content spacing */
.quarto-title {
  margin-bottom: 2rem;
}

/* Lists */
ul {
  line-height: 1.8;
}

/* Footer spacing */
footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}
