body {
    background-image: url(/uploads/images/bg.png);
}

main {
    height: 2200px;
}

/* Notre histoire */
.text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5% auto 0;

}

.text img {
    width: 500px;
    height: 500px;
    border: 1px solid black;
    background-color: saddlebrown;
    border-radius: 20%;
    margin: 2% auto 2%;
    padding: 2px;
    transition-duration: 500ms;
}

.text img:hover {
    transition-duration: 500ms;
    box-shadow: 0 0 40px saddlebrown;
}

h3 {
    font-size: xx-large;
    text-align: center;
    margin-bottom: 0;
}

.et {
    color: brown;
}

.text p {
    font-family: Damascus, monospace;
}