body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

p {
    margin-bottom: 20px;
}

button {
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

.comment {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.comment h3 {
    color: #333;
}

.comment p {
    color: #666;
}

.deco {
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.commB {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    flex-direction: column;
}

.commF {
    text-align: center;
}

.commI {
    font-size: 18px;
    padding: 10px;
    /* Adjust the padding as needed */
    width: 80%; /* Adjust the width as needed */
}

.sar{
    margin-top: 1%;
}

h1{
    text-align: center;
}

main {
    flex: 1;
    padding-left: 1%;
}

footer {
    text-align: center;
    padding-bottom: 1%;
    padding-top: 1%;
    background-color: #4CAF50; /* Change the background color as needed */
    color: white; /* Change the text color as needed */
    position: relative;
    bottom: 0;
    width: 100%;
}

.lienFooter:link{
    color: white;
}

.lienFooter:visited{
    color: white;
}

.livre-or{
    padding-right: 1%;
    padding-top: 1%;
}