body {
  margin: 20px;
  font-family: Arial, sans-serif;
  background: #f7f3ff;
  color: #232323;
}

h1 {
  color: #1a0dab;
  font-family: 'Lexend', serif;
  font-size: 2.4rem;
}

h2 {
  color: #800080;
  font-family: 'Times', serif;
  margin-top: 1.2rem;
}

h3 {
  color: #3b3b90;
  font-family: Arial, sans-serif;
}

p {
  margin: 0.5rem 0;
  font-family: 'Lexend', serif;
  font-size: larger;
}

a {
  color: #1a0dab;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#projets img {
  max-width: 100%;
  height: auto;
  border: 2px solid #800080;
  margin-top: 0.6rem;
}

.profil-container {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 1rem;
}

.profil-container img {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
