body {
    font-family: EB Garamond, sans-serif;
    margin: 20px;
    padding: 20px;
    background-color: #f5f5f5;
}

h1 {
    color: #333;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    max-width: 400px;
}

p {
    margin-bottom: 15px;
    line-height: 1.5;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer{
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
}

.button:hover {
    background-color: #0056b3;
}
#carte
{
    width: 800px;
    margin:0 auto;
    background-color: white;
    text-align: center;
    align-content: center;
}
