body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

main {
    background-image: url('https://pidiffusion.com/wp-content/uploads/2024/04/fond-stpatrimoine.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.centered-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 500px;
}

.centered-content img {
    width: 300px;
    max-width: 100%;
    height: auto;
}

p {
    color:white;
    font-style: italic;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 30px;
}

a {
    border-radius: 9999px;
}

.modal-body > p {
    color: black;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 0;
}

.modal-footer {
    justify-content: center;
}
