
body{
    margin: 0%;
}
table{
    border: 5px;
}
h1{
    font-size: 36px;
    text-align: center;
    font-family: Brush Script MT, Brush Script Std, cursive;
}

h2{
    font-size: 28px;
    text-align: center;
    font-style: oblique;
}

table {
    width: 100%;
    border-collapse: collapse;
}

tr {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}

td {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}



p {
    font-size: 1.1em;
    text-align: justify;
}


table img { /* on ajuste la taille de l'image*/
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

