/* Add your custom styles here */
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: justify;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

h2 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}

p {
    margin-bottom: 20px;
}

.bouton-retour {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    background-image: linear-gradient(90deg, #3108D2, #3108D2);
    text-decoration: none;
    border-radius: 4px;
}

.banner {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: wheat;
color: black;
padding: 10px;
text-align: center;
}

.banner p {
margin: 0;
}

.banner a {
margin-left: 10px;
margin-right: 10px;
color: black;      
}

.banner button {
background-image: linear-gradient(90deg, #3108D2, #3108D2);
color: white;
border: none;
padding: 5px 10px;
border-radius: 4px;
cursor: pointer;
margin-left: 10px;
}