body {
    background-image: url(../img/fond/divers/trace_1.jpg);
    text-align: center;
    color: white;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: large;
}

hr {
    margin: 15px;
    width: 60%;
    border-style: solid;
    border-width: 0.5px;
    border-color: white;
}

img {
    max-width: 60%;
    align-self: center;
}

p {
    font-style: italic;
    font-size: small;
    padding: 5px 0 20px;
}

/* Responsive */
@media screen and (max-width: 700px) {
    h2 {
        font-size: medium;
    }

    h3 {
        font-size: medium;
    }

    img {
        max-width: 90%;
    }
}