body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTvI5w4uju9tVbQ78sc1pRNM1mhXp_ACYdITQ&usqp=CAU');
    background-size: cover;
    background-blur: 80px; /* flou */
}

header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1em;
}

.content {
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8); /*image quartararo en fond */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

p {
    line-height: 1.5;
    color: #333;
}

footer {
    text-align: center;
    padding: 10px;
}
