# Réponse finale obtenue du bot:
response = « « `css
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: #fff;
text-align: center;
padding: 20px;
}
h1 {
font-size: 48px;
margin: 0;
}
nav ul {
list-style: none;
display: flex;
justify-content: space-between;
padding: 20px;
}
nav li {
margin-right: 20px;
}
main {
padding: 20px;
}
article {
margin-bottom: 20px;
}
h2 {
font-size: 36px;
margin-top: 0;
}
p {
line-height: 1.5;
margin: 0;
}
« ` »