# Réponse finale obtenue du bot:
response = « Certainement! Voici un code CSS pour styler le titre de « Conseiller / Conseillère d’orientation pour Universitaires »:
« `css
h1 {
font-size: 36px;
font-weight: bold;
color: #008CBA;
text-align: center;
}
« `
This code will set the font size to 36 pixels, make the text bold, change the color to blue (#008CBA), and align it to the center of the page. You can adjust the styling as per your requirements. »