* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
  background: #111;
  color: #eee;
  line-height: 1.5;
  padding: 40px 20px;
}

.container {
  max-width: 600px;
  margin: 0 auto;
}

h1 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
}

.subtitle {
  color: #888;
  font-size: 0.95rem;
  margin-bottom: 40px;
}

.projets {
  list-style: none;
}

.projets li {
  margin-bottom: 12px;
}

.projets a {
  color: #eee;
  text-decoration: none;
  font-size: 1.15rem;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.projets a:hover {
  border-bottom-color: #666;
}

.banner-link {
  display: block;
  margin: 0 auto 32px auto;
  text-align: center;
  max-width: 600px;
}

.banner {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}V
